Converts emote("me", ...) to visible_message. (#10331)

This commit is contained in:
Matt Atlas
2020-10-26 08:29:18 +01:00
committed by GitHub
parent d52249e41f
commit 44a30fe363
15 changed files with 63 additions and 116 deletions
@@ -96,7 +96,7 @@
H.silent += 10
playsound(get_turf(H), 'sound/effects/noosed.ogg', 50, 1, -1)
if(!(H.species.flags & NO_BREATHE))
H.emote("me", 1, "gasps for air!")
H.visible_message("<b>[H]</b> gasps for air!")
H.losebreath += 5
if(istype(W, /obj/item/bikehorn))