- Patch up "stunned" in CreatureEvaluator (#3914)

This commit is contained in:
Agetian
2023-10-16 19:45:49 +03:00
committed by GitHub
parent 751610e929
commit dd2f93f4d5

View File

@@ -220,7 +220,7 @@ public class CreatureEvaluator implements Function<Card, Integer> {
value -= subValue(50, "doesnt-untap");
}
} else {
value -= subValue(10 * c.getCounters(CounterEnumType.SHIELD), "stunned");
value -= subValue(10 * c.getCounters(CounterEnumType.STUN), "stunned");
}
if (c.hasSVar("EndOfTurnLeavePlay")) {
value -= subValue(50, "eot-leaves");