Map tweaks, etc

This commit is contained in:
Anuken
2022-04-28 19:20:31 -04:00
parent 6c42dff884
commit 60c74ee65d
3 changed files with 2 additions and 2 deletions

View File

@@ -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")
);
};

View File

@@ -3307,7 +3307,7 @@ public class UnitTypes{
speed = 2f;
rotateSpeed = 4f;
accel = 0.09f;
health = 900f;
health = 1000f;
armor = 3f;
hitSize = 12f;
engineSize = 0;