Move Sneaky Assassins NPCs during Prepare and Live
This commit is contained in:
parent
22748eb225
commit
6ac00cde99
@ -63,9 +63,7 @@ public class NpcManager implements Listener
|
||||
if (event.getType() != UpdateType.TICK)
|
||||
return;
|
||||
|
||||
if (getGame().GetState() != Game.GameState.Live)
|
||||
return;
|
||||
|
||||
if (getGame().GetState() == Game.GameState.Live || getGame().GetState() == Game.GameState.Prepare)
|
||||
bustle();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user