Sea Port renamed

This commit is contained in:
Anuken
2026-01-13 01:16:05 -05:00
parent 524cb8a78b
commit bda421680f
6 changed files with 6 additions and 6 deletions

View File

@@ -11,7 +11,7 @@ public class SectorPresets{
craters, biomassFacility, taintedWoods, frozenForest, ruinousShores, facility32m, windsweptIslands, stainedMountains, tarFields,
frontier, fungalPass, infestedCanyons, atolls, sunkenPier, mycelialBastion, extractionOutpost, saltFlats, testingGrounds, overgrowth,
impact0078, desolateRift, fallenVessel, nuclearComplex, planetaryTerminal,
coastline, navalFortress, weatheredChannels, seaPort,
coastline, navalFortress, weatheredChannels, perilousHarbor,
onset, aegis, lake, intersect, basin, atlas, split, marsh, peaks, ravine, caldera,
stronghold, crevice, siege, crossroads, karst, origin;
@@ -63,7 +63,7 @@ public class SectorPresets{
difficulty = 3;
}};
seaPort = new SectorPreset("seaPort", serpulo, 47){{
perilousHarbor = new SectorPreset("perilousHarbor", serpulo, 47){{
difficulty = 4;
}};

View File

@@ -653,7 +653,7 @@ public class SerpuloTechTree{
new Research(mace),
new Research(mono)
), () -> {
node(seaPort, Seq.with(
node(perilousHarbor, Seq.with(
new SectorComplete(biomassFacility),
new SectorComplete(frontier),
new Research(navalFactory),
@@ -666,7 +666,7 @@ public class SerpuloTechTree{
node(extractionOutpost, Seq.with(
new SectorComplete(windsweptIslands),
new SectorComplete(seaPort),
new SectorComplete(perilousHarbor),
new SectorComplete(facility32m),
new Research(groundFactory),
new Research(nova),