persist/undying fix
persist/undying wont trigger when there is a replacement effect for cards that goes to graveyard like leyline of the void. support for anafenza the foremost.
This commit is contained in:
@@ -145,7 +145,9 @@ const char* Constants::MTGBasicAbilities[] = {
|
||||
"nolifegainopponent",
|
||||
"auraward",
|
||||
"madness",
|
||||
"protectionfromcoloredspells"
|
||||
"protectionfromcoloredspells",
|
||||
"mygcreatureexiler",
|
||||
"oppgcreatureexiler"
|
||||
};
|
||||
|
||||
map<string,int> Constants::MTGBasicAbilitiesMap;
|
||||
|
||||
Reference in New Issue
Block a user