Revert "Adds a Hide/Show AOOC verb. (#8119)" (#8170)

This reverts commit 65c39895f3.
This commit is contained in:
Alberyk
2020-02-03 00:52:28 +02:00
committed by GitHub
parent 12e526c99e
commit e91d4add00
4 changed files with 8 additions and 26 deletions
+4 -2
View File
@@ -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.")