GameAction: clearETBCounters if it does enter the battlefield or not

This commit is contained in:
Hanmac
2017-02-02 18:46:28 +00:00
parent 8f6d6b7b71
commit 673d455703

View File

@@ -256,6 +256,7 @@ public class GameAction {
if (toBattlefield) {
copied.putEtbCounters();
}
copied.clearEtbCounters();
}
copied.getOwner().removeInboundToken(copied);