Implemented Henge Walker

This commit is contained in:
Evan Kranzler 2019-09-15 10:22:04 -04:00
parent 7d05f8a1d8
commit 6af989d6a0
5 changed files with 50 additions and 4 deletions

View file

@ -19,7 +19,7 @@ public enum AdamantCondition implements Condition {
BLACK(ColoredManaSymbol.B),
RED(ColoredManaSymbol.R),
GREEN(ColoredManaSymbol.G),
ALL(null);
ANY(null);
private final ColoredManaSymbol coloredManaSymbol;