Improved the Modal Double Faced cards for Zendikar Rising (es. nofizzle when choosing land face, flip for instant and sorcery, new restriction for playing land face during turn).
This commit is contained in:
@@ -5009,7 +5009,8 @@ public:
|
||||
string flipStats;
|
||||
bool isflipcard;
|
||||
bool forcedcopy;
|
||||
AAFlip(GameObserver* observer, int id, MTGCardInstance * card, MTGCardInstance * _target,string flipStats, bool isflipcard = false, bool forcedcopy = false);
|
||||
string forcetype;
|
||||
AAFlip(GameObserver* observer, int id, MTGCardInstance * card, MTGCardInstance * _target, string flipStats, bool isflipcard = false, bool forcedcopy = false, string forcetype = "");
|
||||
int resolve();
|
||||
int testDestroy();
|
||||
const string getMenuText();
|
||||
|
||||
@@ -285,7 +285,8 @@ class Constants
|
||||
ADVENTURE = 159,
|
||||
MENTOR = 160,
|
||||
PROWESS = 161,
|
||||
NB_BASIC_ABILITIES = 162,
|
||||
NOFIZZLEALTERNATIVE = 162,
|
||||
NB_BASIC_ABILITIES = 163,
|
||||
|
||||
RARITY_S = 'S', //Special Rarity
|
||||
RARITY_M = 'M', //Mythics
|
||||
|
||||
Reference in New Issue
Block a user