mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
Merge commit '179a607a90ad7ec62bdaff4e6fe72af60ee56442' of https://github.com/tgstation/tgstation into upstream-24-10b
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
if (!what_to_change)
|
||||
return
|
||||
save_flag ^= options[what_to_change]
|
||||
to_chat(builder, "<span class='notice'>[what_to_change] is now [save_flag & options[what_to_change] ? "ENABLED" : "DISABLED"].</span>")
|
||||
to_chat(builder, span_notice("[what_to_change] is now [save_flag & options[what_to_change] ? "ENABLED" : "DISABLED"]."))
|
||||
|
||||
/datum/buildmode_mode/map_export/show_help(client/builder)
|
||||
to_chat(builder, span_purple(examine_block(
|
||||
|
||||
Reference in New Issue
Block a user