mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 05:22:02 -08:00
Implemented Henge Walker
This commit is contained in:
parent
7d05f8a1d8
commit
6af989d6a0
5 changed files with 50 additions and 4 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue