Added new primitives from LTC set, improved "_GOAD_" macro, updated missing card by set list, added new keyword "permanent" to target permanents and nonpermanents, added "flashback" option to "castcard" ability, added new ability "unsacrificable" to forbid a player to sacrifice a card.
This commit is contained in:
@@ -266,7 +266,8 @@ const char* Constants::MTGBasicAbilities[] = {
|
||||
"poisoneighttoxic", // Card has toxic 8
|
||||
"poisonninetoxic", // Card has toxic 9
|
||||
"poisontentoxic", // Card has toxic 10
|
||||
"eqpasinst" // Can equip as instant
|
||||
"eqpasinst", // Can equip as instant
|
||||
"unsacrificable" // The card cannot be sacrified (e.g. "Hithlain Rope").
|
||||
};
|
||||
|
||||
map<string,int> Constants::MTGBasicAbilitiesMap;
|
||||
|
||||
Reference in New Issue
Block a user