added bonus events for eldrazi and werewolves

This commit is contained in:
zethfoxster
2016-07-04 11:18:07 -04:00
parent 806c82c30c
commit 2b8f1b350c
2 changed files with 22 additions and 0 deletions

View File

@@ -58,6 +58,10 @@ public:
int Angel[2];
bool dragonbonusgranted[2];
int dragon[2];
bool eldrazibonusgranted[2];
int eldrazi[2];
bool werewolfbonusgranted[2];
int werewolf[2];
int receiveEvent(WEvent * event);
void grantAward(string awardName,int amount);