mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
GameAction: clearETBCounters if it does enter the battlefield or not
This commit is contained in:
@@ -256,6 +256,7 @@ public class GameAction {
|
||||
if (toBattlefield) {
|
||||
copied.putEtbCounters();
|
||||
}
|
||||
copied.clearEtbCounters();
|
||||
}
|
||||
|
||||
copied.getOwner().removeInboundToken(copied);
|
||||
|
||||
Reference in New Issue
Block a user