fix for mob runtime in announce_here()

This commit is contained in:
Kyep
2018-12-07 00:10:26 -08:00
parent 80da2626c7
commit 48e3e73e07
+2 -3
View File
@@ -315,9 +315,8 @@
if(!M.ckey)
continue
var/turf/T = get_turf(M)
if(T.loc != src)
continue
receivers |= M
if(T && T.loc && T.loc == src)
receivers |= M
for(var/mob/R in receivers)
to_chat(R, msg_text)
R << sound('sound/misc/notice1.ogg')