added abilities= keyword "devoid"
abilities=haste,flying,devoid would make a flying haste colorless creature.
This commit is contained in:
@@ -152,7 +152,8 @@ const char* Constants::MTGBasicAbilities[] = {
|
||||
"zerocast",
|
||||
"trinisphere",
|
||||
"canplayfromexile",
|
||||
"libraryeater"
|
||||
"libraryeater",
|
||||
"devoid"
|
||||
};
|
||||
|
||||
map<string,int> Constants::MTGBasicAbilitiesMap;
|
||||
|
||||
Reference in New Issue
Block a user