Fixed primitives, changed type of "isFlipped" card variable from bool to int and fixed a related bug on targeting cards with "isFlipped" attribute, improved "disturb" ability (now fi you counter a card casted with disturb it correctly goes to exile), added "decayed" ability, added two new zone alias "mycommandplay" and "opponentcommandplay" for targeting Battlefield and CommandZone at the same time.
This commit is contained in:
@@ -232,7 +232,8 @@ const char* Constants::MTGBasicAbilities[] = {
|
||||
"isprey", //Creature has been haunted by some other card.
|
||||
"hasdisturb", //Retrace cost is a disturb cost (e.g. "Beloved Beggar")
|
||||
"daybound", //Card has daybound (e.g. "Brutal Cathar")
|
||||
"nightbound" //Card has nightbound (e.g. "Moonrage Brute")
|
||||
"nightbound", //Card has nightbound (e.g. "Moonrage Brute")
|
||||
"decayed" //Card has decayd.
|
||||
};
|
||||
|
||||
map<string,int> Constants::MTGBasicAbilitiesMap;
|
||||
|
||||
Reference in New Issue
Block a user