hide cards using necroed
also fix castcard target if its a land.
This commit is contained in:
Anthony Calosa
2017-02-15 10:27:56 +08:00
parent a9b42127d1
commit 60d7675a36
6 changed files with 65 additions and 16 deletions

View File

@@ -176,7 +176,8 @@ const char* Constants::MTGBasicAbilities[] = {
"oppnomaxhand",
"cantcrew",
"hiddenface",//test for hiding card
"anytypeofmana"
"anytypeofmana",
"necroed"//hide necored
};
map<string,int> Constants::MTGBasicAbilitiesMap;