Revert "revised legendary"

This reverts commit 193d7accb4.
This commit is contained in:
Anthony Calosa
2016-07-28 10:28:54 +08:00
parent f168702aad
commit 7bd940ddb3
5 changed files with 58 additions and 19 deletions
+2
View File
@@ -126,6 +126,8 @@ class GameObserver{
void Affinity();
bool AffinityNeedsUpdate;
void addObserver(MTGAbility * observer);
void checkLegendary(MTGCardInstance * card);
map<MTGCardInstance *,bool> cards;
bool removeObserver(ActionElement * observer);
void startGame(GameType, Rules * rules);
void untapPhase();
-1
View File
@@ -434,7 +434,6 @@ public:
int added(MTGCardInstance * card);
int removed(MTGCardInstance * card);
int testDestroy();
void checkLegendary(MTGCardInstance * card);
virtual ostream& toString(ostream& out) const;
virtual MTGLegendRule * clone() const;
};