diff --git a/forge-game/src/main/java/forge/game/GameAction.java b/forge-game/src/main/java/forge/game/GameAction.java index 54127c1136c..edb2a8fc1e6 100644 --- a/forge-game/src/main/java/forge/game/GameAction.java +++ b/forge-game/src/main/java/forge/game/GameAction.java @@ -135,9 +135,9 @@ public class GameAction { return c; } + // Rules 304.4, 307.4: non-permanents (instants, sorceries) can't enter the battlefield and remain + // in their previous zone if (toBattlefield && !c.isPermanent()) { - // Rules 304.4, 307.4: non-permanents (instants, sorceries) can't enter the battlefield and remain - // in their previous zone return c; }