Fix Legend Rule

Should fix the the move to graveyard effect with targetchooser
ability...
This commit is contained in:
Anthony Calosa
2017-01-29 16:30:13 +08:00
parent 348ada3f0d
commit 166526dbbe
4 changed files with 12 additions and 50 deletions

View File

@@ -125,8 +125,6 @@ class GameObserver{
void enchantmentStatus();
void Affinity();
bool AffinityNeedsUpdate;
bool foundlegendrule;
void checkLegendary(MTGCardInstance * card);
void addObserver(MTGAbility * observer);
bool removeObserver(ActionElement * observer);
void startGame(GameType, Rules * rules);