Polishes
This commit is contained in:
@@ -123,7 +123,7 @@ namespace ProjectM.Server
|
||||
zs.SeededEpoch = run.RoomEpoch;
|
||||
zs.SpawnCounter = 0;
|
||||
zs.RemainingToSpawn = bossRoom ? 1 : ZoneEnemyMath.WaveSlots(plan.DifficultyEpoch, bands);
|
||||
zs.NextSpawnTick = TickUtil.NonZero(now); // first slot this tick
|
||||
zs.NextSpawnTick = TickUtil.NonZero(now + Tuning.RoomEntryGraceTicks); // landing grace — let the party orient
|
||||
}
|
||||
|
||||
if (zs.RemainingToSpawn > 0)
|
||||
|
||||
Reference in New Issue
Block a user