Beginning Command Zone / Emblem work

This commit is contained in:
Viserion 2011-05-14 14:23:55 -05:00
parent a30782fbb1
commit 4ac54673ee
4 changed files with 112 additions and 1 deletions

View file

@ -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)