storm,cantwin/lose,additionallands,cast restricting

This commit is contained in:
omegablast2002@yahoo.com
2010-09-04 00:16:20 +00:00
parent 3eb8e64a3e
commit c83950a5d4
13 changed files with 356 additions and 17 deletions

View File

@@ -22,6 +22,13 @@ class Player: public Damageable{
JTexture * mAvatarTex;
JQuad * mAvatar;
int canPutLandsIntoPlay;
int castedspellsthisturn;
int onlyonecast;
int castrestrictedcreature;
int castrestrictedspell;
int cantcastspell;
int cantcastcreature;
int cantcastinso;
MTGPlayerCards * game;
int afterDamage();
int poisoned();