33703371337233733374337533763377337833793380
{ continue; } // Only move monsters that are idle or doing their usual functions. CtrlIntention currIntention = festivalMob.getAI().getIntention(); if(currIntention != CtrlIntention.AI_INTENTION_IDLE && currIntention != CtrlIntention.AI_INTENTION_ACTIVE) { continue; }