support some cards discarded by opponent

This commit is contained in:
Anthony Calosa
2017-03-16 10:58:27 +08:00
parent c73d08187b
commit 44cb0d995e
9 changed files with 227 additions and 372 deletions

View File

@@ -121,6 +121,7 @@ public:
int zpos;
bool isDualWielding;
bool stillNeeded;
Player * discarderOwner;
Player * lastController;
Player * previousController;
MTGGameZone * getCurrentZone();