This commit is contained in:
Shifty/Anthomansland
2020-06-14 13:54:23 +02:00
parent eaf124a77c
commit 3869a50318
5 changed files with 41 additions and 15 deletions

View File

@@ -546,9 +546,3 @@ NOTE: You will only be polled about this role once per round. To change your ch
/client/proc/handle_hear_voice(var/mob/origin)
if(prefs.hear_voicesound)
mob.playsound_local(get_turf(origin), get_sfx("voice"),50,1)
/client/verb/toggle_runechat_outlight()
set category = "OOC"
set name = "Toggle Runechat Outlines"
toggle_runechat_outlines = !toggle_runechat_outlines
to_chat(mob, "<span class='notice'>Runechat outlines are now [toggle_runechat_outlines ? "enabled" : "disabled"].</span>")