readded modified rule

This commit is contained in:
Anthony Calosa
2017-02-16 02:39:03 +08:00
parent 6c28496dd8
commit c70762f871
4 changed files with 19 additions and 13 deletions
+1 -1
View File
@@ -192,7 +192,7 @@ void MTGRevealingCards::Update(float dt)
//if any carddisplays are open, dont do anything until theyre closed, then wait your turn if multiple reveals trigger.
return;
}
if (game->mLayers->actionLayer()->menuObject)
if (game->mLayers->actionLayer()->menuObject || game->LPWeffect)
return;//dont do any of this if a menuobject exist.
if (!source->getObserver()->mLayers->actionLayer()->getCurrentTargetChooser() && !revealDisplay && !initCD)
{