- Better comment placement.

This commit is contained in:
Agetian
2015-06-10 04:33:23 +00:00
parent 2508585a15
commit f975117a0a

View File

@@ -135,9 +135,9 @@ public class GameAction {
return c;
}
if (toBattlefield && !c.isPermanent()) {
// Rules 304.4, 307.4: non-permanents (instants, sorceries) can't enter the battlefield and remain
// in their previous zone
if (toBattlefield && !c.isPermanent()) {
return c;
}