Skip to content

Commit

Permalink
tail
Browse files Browse the repository at this point in the history
  • Loading branch information
generalthrax committed Jun 18, 2024
1 parent 968a79d commit 6e4571b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/human/emote.dm
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
/datum/emote/living/carbon/human/tailthump/get_sound(mob/living/user)
if(!ishuman(user))
return
if(islizard(user) || (isvox(user)))
if(!isnull(user.getorgan(/obj/item/organ/tail)) || (isvox(user)))
return 'sound/voice/lizard/tailthump.ogg' //https://freesound.org/people/TylerAM/sounds/389665/

/datum/emote/living/carbon/human/weh //lizard
Expand Down

0 comments on commit 6e4571b

Please sign in to comment.