mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 02:38:02 +00:00
*Remove Inbound Tokens at appropriate places if the etb of the same token was replaced. Fixes Chronozoa.
This commit is contained in:
@@ -200,8 +200,10 @@ public class GameAction {
|
||||
ReplacementResult repres = game.getReplacementHandler().run(repParams);
|
||||
if (repres != ReplacementResult.NotReplaced) {
|
||||
if (game.getStack().isResolving(c) && !zoneTo.is(ZoneType.Graveyard) && repres == ReplacementResult.Prevented) {
|
||||
return this.moveToGraveyard(c);
|
||||
copied.getOwner().removeInboundToken(copied);
|
||||
return this.moveToGraveyard(c);
|
||||
}
|
||||
copied.getOwner().removeInboundToken(copied);
|
||||
return c;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user