mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-04 14:01:22 +00:00
Types "Who" and "Adminwho" as "INFO" and not "OOC" (#89229)
## About The Pull Request #89099 added Who and Adminwho to OOC, which I think is incorrect (as OOC is for OOC chat specifically) So I have moved them to INFO (which is, quote, "Non-urgent messages from the game and items") In a similar vein I typed "Tip of the Round" and "Show Server Revision" as info rather than OOC and untyped respectively ## Why It's Good For The Game I don't like pressing "who" and having to change to my ooc tab ## Changelog 🆑 Melbert qol: "Who" and "Adminwho" are typed as "Info" and not "OOC" (so they no longer go to "OOC" tabs) qol: "Tip of the Round" and "Show Server Revision" are also typed as "Info", rather than "OOC" and untyped respectively /🆑
This commit is contained in:
@@ -89,4 +89,4 @@
|
||||
msg += "<b>Protect Assistant Role From Traitor:</b> [CONFIG_GET(flag/protect_assistant_from_antagonist) ? "Yes" : "No"]"
|
||||
msg += "<b>Enforce Human Authority:</b> [CONFIG_GET(string/human_authority) ? "Yes" : "No"]"
|
||||
msg += "<b>Allow Latejoin Antagonists:</b> [CONFIG_GET(flag/allow_latejoin_antagonists) ? "Yes" : "No"]"
|
||||
to_chat(src, fieldset_block("Server Revision Info", span_infoplain(jointext(msg, "<br>")), "boxed_message"))
|
||||
to_chat(src, fieldset_block("Server Revision Info", span_infoplain(jointext(msg, "<br>")), "boxed_message"), type = MESSAGE_TYPE_INFO)
|
||||
|
||||
Reference in New Issue
Block a user