planeswalker attack
This commit is contained in:
@@ -171,6 +171,7 @@ public:
|
||||
int canBlock();
|
||||
int canBlock(MTGCardInstance * opponent);
|
||||
int canAttack();
|
||||
int canPWAttack();
|
||||
int isAttacker();
|
||||
Targetable * isAttacking;
|
||||
MTGCardInstance * storedCard;
|
||||
|
||||
@@ -266,7 +266,8 @@ class Constants
|
||||
HIDDENFACE = 144,
|
||||
ANYTYPEOFMANA = 145,
|
||||
NECROED = 146,
|
||||
NB_BASIC_ABILITIES = 147,
|
||||
CANTATTACKPW = 147,
|
||||
NB_BASIC_ABILITIES = 148,
|
||||
|
||||
RARITY_S = 'S', //Special Rarity
|
||||
RARITY_M = 'M', //Mythics
|
||||
|
||||
@@ -279,7 +279,7 @@ public:
|
||||
MTGAttackRule(GameObserver* observer, int _id);
|
||||
const string getMenuText()
|
||||
{
|
||||
return "Attacker";
|
||||
return "Attack Player";
|
||||
}
|
||||
int receiveEvent(WEvent * event);
|
||||
virtual MTGAttackRule * clone() const;
|
||||
|
||||
Reference in New Issue
Block a user