necroed
hide cards using necroed also fix castcard target if its a land.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user