diff --git a/core/assets/maps/two.msav b/core/assets/maps/two.msav index 363cdf5eb1..9ab26b37ba 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 dddfdf9003..3b54587928 100644 --- a/core/src/mindustry/content/SectorPresets.java +++ b/core/src/mindustry/content/SectorPresets.java @@ -184,8 +184,8 @@ public class SectorPresets{ rules = r -> { r.objectives.addAll( - new TimerObjective("[lightgray]Enemy detection:[] [accent]{0}", 5 * 60 * 60).withMarkers( - new TextMarker("The enemy will begin constructing units in 5 minutes.", 276f * 8f, 164f * 8f) + new TimerObjective("[lightgray]Enemy detection:[] [accent]{0}", 7 * 60 * 60).withMarkers( + new TextMarker("The enemy will begin constructing units in 7 minutes.", 276f * 8f, 164f * 8f) ).withFlags("beginBuilding"), new ProduceObjective(Items.tungsten).withMarkers( new ShapeTextMarker("Tungsten can be mined using an [accent]impact drill[].\nThis structure requires [accent]water[] and [accent]power[].", 220f * 8f, 181f * 8f)