mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
[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:
@@ -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("***********************************************************"))
|
||||
|
||||
|
||||
@@ -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("***********************************************************"))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user