mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-14 01:38:13 +00:00
- Patch up "stunned" in CreatureEvaluator (#3914)
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user