mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 13:02:06 -08:00
* Ghostly Flicker - Reworked effect code again.
This commit is contained in:
parent
8f059ee71a
commit
94684baf3c
2 changed files with 11 additions and 1 deletions
|
|
@ -47,4 +47,7 @@ public enum Zone {
|
|||
return super.toString();
|
||||
}
|
||||
|
||||
public static boolean isPublicZone(Zone zone) {
|
||||
return GRAVEYARD.equals(zone) || BATTLEFIELD.equals(zone) || STACK.equals(zone) || EXILED.equals(zone) || COMMAND.equals(zone);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue