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
@@ -134,8 +134,7 @@ Code:
if(signal.encryption != code) return 0
if(!(src.wires & WIRE_RADIO_RECEIVE)) return 0
pulse(1)
for(var/mob/O in hearers(1, src.loc))
O.show_message(text("\icon[] *beep* *beep*", src), 3, "*beep* *beep*", 2)
src.loc.audible_message("\icon[src] *beep* *beep*", null, 1)
return