mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-24 13:39:03 +07:00
Bundled nuclear launch text
This commit is contained in:
parent
798aa5ba7d
commit
6d615bf641
@ -586,6 +586,7 @@ objective.destroyunits = [accent]Destroy: [][lightgray]{0}[]x Units
|
||||
objective.enemiesapproaching = [accent]Enemies approaching in [lightgray]{0}[]
|
||||
objective.destroycore = [accent]Destroy Enemy Core
|
||||
objective.command = [accent]Command Units
|
||||
objective.nuclearlaunch = [accent]? Nuclear launch detected:\n[lightgray]{0}
|
||||
|
||||
loadout = Loadout
|
||||
resources = Resources
|
||||
|
@ -208,7 +208,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("[accent]⚠ Nuclear launch detected:\n[lightgray]{0}", 4 * 60 * 60).withMarkers(
|
||||
new TimerObjective("@objective.nuclearlaunch", 4 * 60 * 60).withMarkers(
|
||||
new TextMarker("Evacuate base", 1, 1),
|
||||
new MinimapMarker(338,378, Pal.remove)
|
||||
).withFlags("nuke1")
|
||||
|
Loading…
Reference in New Issue
Block a user