necroed
hide cards using necroed also fix castcard target if its a land.
This commit is contained in:
@@ -2115,6 +2115,7 @@ public:
|
||||
class AAMover: public ActivatedAbility
|
||||
{
|
||||
public:
|
||||
bool necro;
|
||||
string destination;
|
||||
MTGAbility * andAbility;
|
||||
string named;
|
||||
|
||||
@@ -265,7 +265,8 @@ class Constants
|
||||
CANTCREW = 143,
|
||||
HIDDENFACE = 144,
|
||||
ANYTYPEOFMANA = 145,
|
||||
NB_BASIC_ABILITIES = 146,
|
||||
NECROED = 146,
|
||||
NB_BASIC_ABILITIES = 147,
|
||||
|
||||
RARITY_S = 'S', //Special Rarity
|
||||
RARITY_M = 'M', //Mythics
|
||||
|
||||
Reference in New Issue
Block a user