Totem Armor

This commit is contained in:
Anthony Calosa
2017-03-14 03:40:29 +08:00
parent bef1f6d8b8
commit 0778b13e2b
11 changed files with 389 additions and 94 deletions

View File

@@ -139,6 +139,7 @@ public:
ManaCost * getReducedManaCost();
ManaCost * getIncreasedManaCost();
bool matchesCastFilter(int castMethod);
bool hasTotemArmor();
// The recommended method to test for summoning Sickness !
int hasSummoningSickness();
@@ -203,8 +204,10 @@ public:
Player * controller();
virtual ~MTGCardInstance();
int bury();
int totem( bool noregen = false );
int toGrave( bool forced = false );
int destroy();
int destroyNoRegen();
int addToToughness(int value);
int setToughness(int value);