forked from External/mage
Beginning Command Zone / Emblem work
This commit is contained in:
parent
a30782fbb1
commit
4ac54673ee
4 changed files with 112 additions and 1 deletions
|
|
@ -341,7 +341,7 @@ public final class Constants {
|
|||
}
|
||||
|
||||
public enum Zone {
|
||||
HAND, GRAVEYARD, LIBRARY, BATTLEFIELD, STACK, EXILED, ALL, OUTSIDE, PICK;
|
||||
HAND, GRAVEYARD, LIBRARY, BATTLEFIELD, STACK, EXILED, ALL, OUTSIDE, PICK, COMMAND;
|
||||
|
||||
public boolean match(Zone zone) {
|
||||
if (this == zone || this == ALL || zone == ALL)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue