From 330d3d33157017c427eb42e7b2a79e9c8f1dcc41 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Fri, 28 Oct 2022 03:48:45 +0200 Subject: [PATCH] [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 --- code/modules/buildmode/submodes/advanced.dm | 3 +-- code/modules/buildmode/submodes/basic.dm | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/code/modules/buildmode/submodes/advanced.dm b/code/modules/buildmode/submodes/advanced.dm index d6939f347a7..783954231f9 100644 --- a/code/modules/buildmode/submodes/advanced.dm +++ b/code/modules/buildmode/submodes/advanced.dm @@ -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("***********************************************************")) diff --git a/code/modules/buildmode/submodes/basic.dm b/code/modules/buildmode/submodes/basic.dm index 2156d9f8bc1..0deee0f4a4b 100644 --- a/code/modules/buildmode/submodes/basic.dm +++ b/code/modules/buildmode/submodes/basic.dm @@ -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("***********************************************************"))