diff --git a/core/assets/maps/three.msav b/core/assets/maps/three.msav index b2674f9c0f..ba57f72906 100644 Binary files a/core/assets/maps/three.msav and b/core/assets/maps/three.msav differ diff --git a/core/src/mindustry/content/SectorPresets.java b/core/src/mindustry/content/SectorPresets.java index e910ef5d35..3e027a2a0c 100644 --- a/core/src/mindustry/content/SectorPresets.java +++ b/core/src/mindustry/content/SectorPresets.java @@ -210,7 +210,7 @@ public class SectorPresets{ new DestroyBlocksObjective(Blocks.coreBastion, Team.malis, Point2.pack(290,501), Point2.pack(158,496)), new TimerObjective("@objective.nuclearlaunch", 4 * 60 * 60).withMarkers( new TextMarker("Evacuate base", 1, 1), - new MinimapMarker(338, 378, 30f, 14f, Pal.remove) + new MinimapMarker(338, 378, 50f, 14f, Pal.remove) ).withFlags("nuke1") ); }; diff --git a/core/src/mindustry/content/UnitTypes.java b/core/src/mindustry/content/UnitTypes.java index 99d9a0a6a6..e469e3e557 100644 --- a/core/src/mindustry/content/UnitTypes.java +++ b/core/src/mindustry/content/UnitTypes.java @@ -3307,7 +3307,7 @@ public class UnitTypes{ speed = 2f; rotateSpeed = 4f; accel = 0.09f; - health = 900f; + health = 1000f; armor = 3f; hitSize = 12f; engineSize = 0;