Fixed some cards

replaced @lifed with @lifeof, had to hardcode conduit of ruin...
This commit is contained in:
Anthony Calosa
2016-08-16 12:17:53 +08:00
parent 559331cf82
commit 1eae3a032f
7 changed files with 55 additions and 21 deletions

View File

@@ -170,7 +170,8 @@ const char* Constants::MTGBasicAbilities[] = {
"tempflashback",
"legendruleremove",
"canttransform",
"asflash"
"asflash",
"conduited"
};
map<string,int> Constants::MTGBasicAbilitiesMap;