mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
- Better comment placement.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user