Fixed #3200 / Fixed #3196 / Fixed #3198

This commit is contained in:
Anuken
2020-10-31 09:01:06 -04:00
parent 4ec8e24bd8
commit 42b8ece85a
6 changed files with 13 additions and 10 deletions

View File

@@ -342,7 +342,7 @@ public class Waves{
int bossWave = (int)(rand.random(50, 70) * Mathf.lerp(1f, 0.6f, difficulty));
int bossSpacing = (int)(rand.random(25, 40) * Mathf.lerp(1f, 0.6f, difficulty));
int bossTier = difficulty < 0.5 ? 4 : 5;
int bossTier = difficulty < 0.5 ? 3 : 4;
//main boss progression
out.add(new SpawnGroup(Structs.random(species)[bossTier]){{