Fixes emotes being displayed as the wrong type (#19026)

* Fixes some emote types, fixing the voice analyzer by proxy

* Remove unused utility function
This commit is contained in:
Luc
2022-09-16 12:52:17 -04:00
committed by GitHub
parent b230c76ba8
commit 686cd5fd79
2 changed files with 2 additions and 2 deletions
@@ -382,7 +382,7 @@
return TRUE
if(prob(5))
user.visible_message("<span class='danger'><b>[user]</b> snaps [p_their()] fingers right off!</span>")
user.visible_message("<span class='danger'><b>[user]</b> snaps [user.p_their()] fingers right off!</span>")
playsound(user.loc, 'sound/effects/snap.ogg', 50, 1)
return TRUE
return ..()