support some cards discarded by opponent
This commit is contained in:
@@ -121,6 +121,7 @@ public:
|
||||
int zpos;
|
||||
bool isDualWielding;
|
||||
bool stillNeeded;
|
||||
Player * discarderOwner;
|
||||
Player * lastController;
|
||||
Player * previousController;
|
||||
MTGGameZone * getCurrentZone();
|
||||
|
||||
@@ -275,7 +275,8 @@ class Constants
|
||||
SHOWFROMTOPLIBRARY = 153,
|
||||
SHOWOPPONENTTOPLIBRARY = 154,
|
||||
TOTEMARMOR = 155,
|
||||
NB_BASIC_ABILITIES = 156,
|
||||
DISCARDTOPLAYBYOPPONENT = 156,
|
||||
NB_BASIC_ABILITIES = 157,
|
||||
|
||||
RARITY_S = 'S', //Special Rarity
|
||||
RARITY_M = 'M', //Mythics
|
||||
|
||||
Reference in New Issue
Block a user