diff --git a/core/assets/bundles/bundle.properties b/core/assets/bundles/bundle.properties index 29fe75771a..f11c906248 100644 --- a/core/assets/bundles/bundle.properties +++ b/core/assets/bundles/bundle.properties @@ -663,6 +663,7 @@ marker.shapetext.name = Shape Text marker.minimap.name = Minimap marker.shape.name = Shape marker.text.name = Text +marker.line.name = Line marker.background = Background marker.outline = Outline @@ -2301,6 +2302,7 @@ lst.getflag = Check if a global flag is set. lst.setprop = Sets a property of a unit or building. lst.effect = Create a particle effect. lst.sync = Sync a variable across the network.\nLimited to 20 times a second per variable. +lst.marker = Control markers displayed in world.\nCannot control markers created by objectives.\nEach marker created by this instruction has its own id. logic.nounitbuild = [red]Unit building logic is not allowed here. diff --git a/core/src/mindustry/game/MapObjectives.java b/core/src/mindustry/game/MapObjectives.java index 21717202bc..d15c50e511 100644 --- a/core/src/mindustry/game/MapObjectives.java +++ b/core/src/mindustry/game/MapObjectives.java @@ -16,6 +16,7 @@ import mindustry.game.MapObjectives.*; import mindustry.gen.*; import mindustry.graphics.*; import mindustry.io.*; +import mindustry.logic.*; import mindustry.type.*; import mindustry.world.*; @@ -60,7 +61,8 @@ public class MapObjectives implements Iterable, Eachable, Eachable