Runechat - stop bugging me for gods sake (#14141)

* Runechat - stop bugging me for gods sake

* Hotfix

* V2

* Patch 1

* Removes Radio

* Colour Sanity

* Fixes loc issues

* 2020-08-28

* LF --> CRLF

* Forgot this

* Fixes holopad stuffs

* Preference toggle existing!

* Drask + Kidan
This commit is contained in:
AffectedArc07
2020-10-26 14:10:09 +00:00
committed by GitHub
parent 4b1bf3d32a
commit ca29f5340e
22 changed files with 673 additions and 21 deletions

View File

@@ -305,3 +305,11 @@
set desc = "Silence the current admin midi playing"
usr.stop_sound_channel(CHANNEL_ADMIN)
to_chat(src, "The current admin midi has been silenced")
/client/verb/toggle_runechat()
set name = "Enable/Disable Runechat"
set category = "Preferences"
set desc = "Toggle runechat messages"
prefs.toggles2 ^= PREFTOGGLE_2_RUNECHAT
to_chat(src, "You will [(prefs.toggles2 & PREFTOGGLE_2_RUNECHAT) ? "now see" : "no longer see"] floating chat messages.")