Add Snapcaster Mage Ability

tempflashback - flashback using manacost
This commit is contained in:
Anthony Calosa
2016-07-26 09:56:13 +08:00
parent 07b5f35b98
commit ae33977e10
8 changed files with 98 additions and 23 deletions

View File

@@ -166,7 +166,8 @@ const char* Constants::MTGBasicAbilities[] = {
"dethrone",
"overload",
"shackler",
"flyersonly"
"flyersonly",
"tempflashback"
};
map<string,int> Constants::MTGBasicAbilitiesMap;