From f975117a0ac2f91059c970f317f90617124a2cf9 Mon Sep 17 00:00:00 2001 From: Agetian Date: Wed, 10 Jun 2015 04:33:23 +0000 Subject: [PATCH] - Better comment placement. --- forge-game/src/main/java/forge/game/GameAction.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }