mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
Fix for Null Profusion
This commit is contained in:
@@ -546,6 +546,7 @@ public final class StaticAbilityContinuous {
|
|||||||
if (mhs.equals("Unlimited")) {
|
if (mhs.equals("Unlimited")) {
|
||||||
p.setUnlimitedHandSize(true);
|
p.setUnlimitedHandSize(true);
|
||||||
} else {
|
} else {
|
||||||
|
p.setUnlimitedHandSize(false);
|
||||||
int max = AbilityUtils.calculateAmount(hostCard, mhs, stAb);
|
int max = AbilityUtils.calculateAmount(hostCard, mhs, stAb);
|
||||||
p.setMaxHandSize(max);
|
p.setMaxHandSize(max);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user