mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 02:08:00 +00:00
- Creatures coming back onto the battlefield from persist should have other counters reset.
This commit is contained in:
@@ -743,6 +743,10 @@ public class GameAction
|
||||
c.setExaltedBonus(false);
|
||||
//reset more stuff ?
|
||||
|
||||
for(Counters counter : Counters.values())
|
||||
if (c.getCounters(counter) != 0)
|
||||
c.setCounter(counter, 0);
|
||||
|
||||
c.addCounter(Counters.M1M1, 1);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user