Fixed waves appearing on Erekir

This commit is contained in:
Anuken
2022-03-02 18:54:21 -05:00
parent d9ced82352
commit 315c273de3
12 changed files with 64 additions and 44 deletions

View File

@@ -68,7 +68,7 @@ public class Planets{
r.attributes.set(Attribute.heat, 0.8f);
r.showSpawns = true;
r.fog = true;
r.staticFog = false;
//r.staticFog = false;
};
unlockedOnLand.add(Blocks.coreBastion);

View File

@@ -111,17 +111,14 @@ public class SectorPresets{
onset = new SectorPreset("onset", erekir, 10){{
addStartingItems = true;
alwaysUnlocked = true;
captureWave = 3;
difficulty = 1;
}};
two = new SectorPreset("aware", erekir, 88){{
captureWave = 5;
difficulty = 3;
}};
three = new SectorPreset("three", erekir, 36){{
captureWave = 8;
difficulty = 5;
}};