[MIRROR] fixes runtime when checking buildmode help message [MDB IGNORE] (#17189)

* fixes runtime when checking buildmode help message (#70785)

* fixes runtime when checking buildmode help message

Co-authored-by: ShizCalev <ShizCalev@users.noreply.github.com>
This commit is contained in:
SkyratBot
2022-10-28 02:48:45 +01:00
committed by GitHub
co-authored by ShizCalev
parent fa05fa85be
commit 330d3d3315
2 changed files with 2 additions and 4 deletions
+1 -2
View File
@@ -11,8 +11,7 @@
to_chat(c, span_notice("Left Mouse Button + alt on turf/obj = Copy object type"))
to_chat(c, span_notice("Left Mouse Button on turf/obj = Place objects"))
to_chat(c, span_notice("Right Mouse Button = Delete objects"))
to_chat(c, "")
to_chat(c, span_notice("Use the button in the upper left corner to"))
to_chat(c, span_notice("\nUse the button in the upper left corner to"))
to_chat(c, span_notice("change the direction of built objects."))
to_chat(c, span_notice("***********************************************************"))
+1 -2
View File
@@ -7,8 +7,7 @@
to_chat(c, span_notice("Right Mouse Button = Deconstruct / Delete / Downgrade"))
to_chat(c, span_notice("Left Mouse Button + ctrl = R-Window"))
to_chat(c, span_notice("Left Mouse Button + alt = Airlock"))
to_chat(c, "")
to_chat(c, span_notice("Use the button in the upper left corner to"))
to_chat(c, span_notice("\nUse the button in the upper left corner to"))
to_chat(c, span_notice("change the direction of built objects."))
to_chat(c, span_notice("***********************************************************"))