updated some card

a lot of cards needs update though...
This commit is contained in:
Anthony Calosa
2017-02-18 21:20:45 +08:00
parent d4989d7576
commit 443f378d1b
2 changed files with 97 additions and 54 deletions

View File

@@ -691,7 +691,10 @@ void GameObserver::gameStateBasedEffects()
players[d]->DeadLifeState();
}
////////////////////////////////////
//i think this must be limited to reveal display only but we can make an auto close like on android after a targetchooser...
//lets see so far... adding this fixes some cards that rely on card count in hand or library or any zone the needs constant card count...
if (OpenedDisplay)
return;
if (mLayers->stackLayer()->count(0, NOT_RESOLVED) != 0)
return;
if (mLayers->actionLayer()->menuObject)