Merge pull request #598 from bjornsnoen/master

Damager keyword
This commit is contained in:
Xawotihs
2013-12-31 09:11:20 -08:00
12 changed files with 159 additions and 3 deletions

View File

@@ -64,6 +64,7 @@ class CardDescriptor: public MTGCardInstance
string compareName;
int CDopponentDamaged;
int CDcontrollerDamaged;
int CDdamager;
};
#endif

View File

@@ -65,6 +65,7 @@ public:
bool wasDealtDamage;
bool damageToOpponent;
bool damageToController;
bool damageToCreature;
bool mPropertiesChangedSinceLastUpdate;
int reduxamount;
int flanked;