Misc research tweaks

This commit is contained in:
Anuken
2022-02-20 13:39:41 -05:00
parent 74233fdc2c
commit c439ab0c8f
4 changed files with 8 additions and 9 deletions

View File

@@ -12,7 +12,7 @@ public class SectorPresets{
impact0078, desolateRift, nuclearComplex, planetaryTerminal,
coastline, navalFortress,
onset, aware, three, four, five
onset, two, three, four, five
;
public static void load(){
@@ -115,7 +115,7 @@ public class SectorPresets{
difficulty = 1;
}};
aware = new SectorPreset("aware", erekir, 88){{
two = new SectorPreset("aware", erekir, 88){{
captureWave = 5;
difficulty = 3;
}};