mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 13:05:44 +01:00
This reverts commit 65c39895f3.
This commit is contained in:
@@ -110,6 +110,7 @@
|
||||
to_chat(src, "You will [(prefs.toggles & CHAT_OOC) ? "now" : "no longer"] see messages on the OOC channel.")
|
||||
feedback_add_details("admin_verb","TOOC") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!
|
||||
|
||||
|
||||
/client/verb/listen_looc()
|
||||
set name = "Show/Hide LOOC"
|
||||
set category = "Preferences"
|
||||
@@ -119,7 +120,8 @@
|
||||
|
||||
to_chat(src, "You will [(prefs.toggles & CHAT_LOOC) ? "now" : "no longer"] see messages on the LOOC channel.")
|
||||
feedback_add_details("admin_verb","TLOOC") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!
|
||||
|
||||
|
||||
|
||||
/client/verb/toggle_chattags()
|
||||
set name = "Show/Hide Chat Tags"
|
||||
set category = "Preferences"
|
||||
@@ -212,4 +214,4 @@
|
||||
if (prefs.toggles_secondary & PARALLAX_IS_STATIC)
|
||||
to_chat(src, "Space will no longer move.")
|
||||
else
|
||||
to_chat(src, "Space will now move.")
|
||||
to_chat(src, "Space will now move.")
|
||||
Reference in New Issue
Block a user