Create the audible_message() proc to replace most instance of " for(var/mob/M in hearers(...) show_message(..., 2)"

fixing typos and missing emotes in emote lists.
This commit is contained in:
phil235
2014-09-14 01:15:15 +02:00
parent 304b89bdc0
commit 87d7c9e91e
27 changed files with 89 additions and 91 deletions
+1 -2
View File
@@ -481,8 +481,7 @@ var/list/admin_verbs_hideable = list(
if(mob.control_object)
if(!msg)
return
for (var/mob/V in hearers(mob.control_object))
V.show_message("<b>[mob.control_object.name]</b> says: \"" + msg + "\"", 2)
mob.control_object.audible_message("<b>[mob.control_object.name]</b> says: \"" + msg + "\"")
feedback_add_details("admin_verb","OT") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!
/client/proc/kill_air()