mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +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);
|
ReplacementResult repres = game.getReplacementHandler().run(repParams);
|
||||||
if (repres != ReplacementResult.NotReplaced) {
|
if (repres != ReplacementResult.NotReplaced) {
|
||||||
if (game.getStack().isResolving(c) && !zoneTo.is(ZoneType.Graveyard) && repres == ReplacementResult.Prevented) {
|
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;
|
return c;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user