Revert "copy/flip limit"

This reverts commit 0c124327de.
This commit is contained in:
Anthony Calosa
2016-08-11 11:03:37 +08:00
parent 0c124327de
commit a10e7ab279
7 changed files with 14 additions and 25 deletions

View File

@@ -1949,8 +1949,7 @@ class AACopier: public ActivatedAbility
{
public:
MTGAbility * andAbility;
bool activated;
AACopier(GameObserver* observer, int _id, MTGCardInstance * _source, MTGCardInstance * _target = NULL, ManaCost * _cost = NULL, bool activated = false);
AACopier(GameObserver* observer, int _id, MTGCardInstance * _source, MTGCardInstance * _target = NULL, ManaCost * _cost = NULL);
int resolve();
const string getMenuText();
AACopier * clone() const;
@@ -4596,8 +4595,7 @@ public:
string flipStats;
bool isflipcard;
bool forcedcopy;
bool activated;
AAFlip(GameObserver* observer, int id, MTGCardInstance * card, MTGCardInstance * _target,string flipStats, bool isflipcard = false, bool forcedcopy = false, bool activated = false);
AAFlip(GameObserver* observer, int id, MTGCardInstance * card, MTGCardInstance * _target,string flipStats, bool isflipcard = false, bool forcedcopy = false);
int resolve();
int testDestroy();
const string getMenuText();

View File

@@ -89,7 +89,6 @@ public:
bool turningOver;
bool isMorphed;
bool isFlipped;
bool activateCF;
string MeldedFrom;
bool isPhased;
bool isCascaded;