Fix Mirror Gallery & enters "tapped" cards

If Mirror Gallery leaves play, you must check for legendary status.
Fix some cards that enters tapped.
This commit is contained in:
Anthony Calosa
2016-07-27 01:44:18 +08:00
parent 8ff47bf8e2
commit e855ca72aa
4 changed files with 141 additions and 96 deletions

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();