Fixed waves appearing on Erekir
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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;
|
||||
}};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user