Add ETB counters before checking statics

This commit is contained in:
TRT
2022-05-02 10:19:59 +02:00
parent ff46dc4520
commit 4c7af60445

View File

@@ -577,6 +577,8 @@ public class GameAction {
}
}
table.replaceCounterEffect(game, null, true);
// Need to apply any static effects to produce correct triggers
checkStaticAbilities();
@@ -592,8 +594,6 @@ public class GameAction {
}
game.getTriggerHandler().registerActiveTrigger(copied, false);
table.replaceCounterEffect(game, null, true);
// play the change zone sound
game.fireEvent(new GameEventCardChangeZone(c, zoneFrom, zoneTo));