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:
Anthony Calosa
2015-10-19 19:43:07 +08:00
parent b060c4205c
commit 0d8b2f4a01
5 changed files with 11 additions and 3 deletions
+3 -1
View File
@@ -145,7 +145,9 @@ const char* Constants::MTGBasicAbilities[] = {
"nolifegainopponent",
"auraward",
"madness",
"protectionfromcoloredspells"
"protectionfromcoloredspells",
"mygcreatureexiler",
"oppgcreatureexiler"
};
map<string,int> Constants::MTGBasicAbilitiesMap;