Nuke launch format string

This commit is contained in:
Anuken
2022-04-28 14:51:20 -04:00
parent 668b6aa563
commit 90a2f00041
11 changed files with 22 additions and 12 deletions

View File

@@ -209,7 +209,7 @@ public class SectorPresets{
rules = r -> {
r.objectives.addAll(
new DestroyBlocksObjective(Blocks.coreBastion, Team.malis, Point2.pack(290,501), Point2.pack(158,496)),
new TimerObjective("Nuclear launch detected", 4 * 60 * 60).withMarkers(
new TimerObjective("[accent]⚠ Nuclear launch detected:\n[lightgray]{0}", 4 * 60 * 60).withMarkers(
new TextMarker("Evacuate base", 1, 1),
new MinimapMarker(338,378, Color.red)
).withFlags("nuke1")