diff --git a/projects/mtg/src/ActionStack.cpp b/projects/mtg/src/ActionStack.cpp index c6b96d4cf..0db48ea37 100644 --- a/projects/mtg/src/ActionStack.cpp +++ b/projects/mtg/src/ActionStack.cpp @@ -1041,7 +1041,8 @@ void ActionStack::Update(float dt) return; if (observer->mLayers->actionLayer()->menuObject || observer->LPWeffect) - return;//dont do any of this if a menuobject exist. + if(observer->players[0]->isHuman() || observer->players[1]->isHuman()) + return;//dont do any of this if a menuobject exist. askIfWishesToInterrupt = NULL; //modal = 0;