Third class quests rework.
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
Reference in New Issue
Block a user