diff --git a/core/assets/bundles/bundle.properties b/core/assets/bundles/bundle.properties index 6c31ed8934..288b801a7d 100644 --- a/core/assets/bundles/bundle.properties +++ b/core/assets/bundles/bundle.properties @@ -703,6 +703,8 @@ sector.planetaryTerminal.description = The final target.\n\nThis coastal base co sector.onset.name = The Onset sector.onset.description = The tutorial sector. This objective has not been created yet. Await further information. +sector.two.description = The enemy is protected by shields. An experimental shield breaker module has been detected in this sector. Find and activate it using tungsten. + status.burning.name = Burning status.freezing.name = Freezing status.wet.name = Wet diff --git a/core/assets/maps/two.msav b/core/assets/maps/two.msav index 345f2c2356..3d349ff23e 100644 Binary files a/core/assets/maps/two.msav and b/core/assets/maps/two.msav differ diff --git a/core/src/mindustry/content/SectorPresets.java b/core/src/mindustry/content/SectorPresets.java index c0abf72032..c53c2a74fd 100644 --- a/core/src/mindustry/content/SectorPresets.java +++ b/core/src/mindustry/content/SectorPresets.java @@ -190,7 +190,7 @@ public class SectorPresets{ new TextMarker("The enemy will begin constructing units in 5 minutes.", 276f * 8f, 164f * 8f) ).withFlags("beginBuilding"), new DestroyBlockObjective(Blocks.largeShieldProjector, 210, 278, Team.malis).withMarkers( - new TextMarker("The enemy is protected by sheilds.\nA experimental shield breaker module has been detected in this sector.\nFind and activate it using tungsten.", 276f * 8f, 164f * 8f), + new TextMarker("The enemy is protected by shields.\nAn experimental shield breaker module has been detected in this sector.\nFind and activate it using tungsten.", 276f * 8f, 164f * 8f), new ShapeTextMarker("Tungsten can be mined using an [accent]impact drill[].\nIt requires water.", 220f * 8f, 181f * 8f) ) );