mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 20:43:10 +01:00
Converts emote("me", ...) to visible_message. (#10331)
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user