diff --git a/code/game/objects/items/clown_items.dm b/code/game/objects/items/clown_items.dm index 11945bc376..0ff54d884f 100644 --- a/code/game/objects/items/clown_items.dm +++ b/code/game/objects/items/clown_items.dm @@ -124,7 +124,7 @@ /obj/item/bikehorn/suicide_act(mob/user) user.visible_message("[user] solemnly points the horn at [user.p_their()] temple! It looks like [user.p_theyre()] trying to commit suicide!") - playsound(src, honksounds, 50, 1) + playsound(src, pickweight(honksounds), 50, 1) return (BRUTELOSS) //air horn