mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-11 23:23:28 +01:00
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:
@@ -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 ..()
|
||||
|
||||
Reference in New Issue
Block a user