Third class quests rework.

This commit is contained in:
MobiusDev
2016-07-13 16:01:25 +00:00
parent 123830773f
commit 36b365fa80
5 changed files with 54 additions and 7 deletions

View File

@@ -437,7 +437,7 @@ public final class EvilIncubator extends AbstractInstance
}
else if (waveId < 8)
{
if (world.getAliveNpcs(MONSTERS).isEmpty())
if (world.getAliveNpcs(MONSTERS).size() <= 1)
{
getTimers().addTimer("SPAWN_WAVE", 5000, e -> manageWaveSpawn(world));
}