mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 10:48:00 +00:00
- Cleanup.
This commit is contained in:
@@ -198,7 +198,6 @@ public class SpellAbilityRestriction extends SpellAbilityVariables {
|
|||||||
if (c.hasKeyword("May be played by your opponent") && !activator.isPlayer(c.getController())) {
|
if (c.hasKeyword("May be played by your opponent") && !activator.isPlayer(c.getController())) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
System.out.println(c.getName() + " didn't pass checkZoneRestrictions");
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user