From a329c4944b5e9cb622c13b69266c7bcd20d3e3c4 Mon Sep 17 00:00:00 2001 From: Anuken Date: Mon, 7 Nov 2022 11:27:07 -0500 Subject: [PATCH] Fixed #7839 --- core/assets/bundles/bundle.properties | 2 ++ core/src/mindustry/content/SerpuloTechTree.java | 1 + 2 files changed, 3 insertions(+) diff --git a/core/assets/bundles/bundle.properties b/core/assets/bundles/bundle.properties index 6a756e165a..cc46a7277d 100644 --- a/core/assets/bundles/bundle.properties +++ b/core/assets/bundles/bundle.properties @@ -764,6 +764,8 @@ sector.windsweptIslands.description = Further past the shoreline is this remote sector.extractionOutpost.description = A remote outpost, constructed by the enemy for the purpose of launching resources to other sectors.\n\nCross-sector transport technology is essential for further conquest. Destroy the base. Research their Launch Pads. sector.impact0078.description = Here lie remnants of the interstellar transport vessel that first entered this system.\n\nSalvage as much as possible from the wreckage. Research any intact technology. sector.planetaryTerminal.description = The final target.\n\nThis coastal base contains a structure capable of launching Cores to local planets. It is extremely well guarded.\n\nProduce naval units. Eliminate the enemy as quickly as possible. Research the launch structure. +sector.coastline.description = Remnants of naval unit technology have been detected at this location. Repel the enemy attacks, capture this sector, and acquire the technology. +sector.navalFortress.description = The enemy has established a base on a remote, naturally-fortified island. Destroy this outpost. Acquire their advanced naval craft technology, and research it. sector.onset.name = The Onset sector.aegis.name = Aegis diff --git a/core/src/mindustry/content/SerpuloTechTree.java b/core/src/mindustry/content/SerpuloTechTree.java index 6e9a46156f..edeee02caa 100644 --- a/core/src/mindustry/content/SerpuloTechTree.java +++ b/core/src/mindustry/content/SerpuloTechTree.java @@ -520,6 +520,7 @@ public class SerpuloTechTree{ ), () -> { node(coastline, Seq.with( new SectorComplete(windsweptIslands), + new SectorComplete(saltFlats), new Research(navalFactory), new Research(payloadConveyor) ), () -> {