diff --git a/code/modules/mob/living/carbon/human/emote.dm b/code/modules/mob/living/carbon/human/emote.dm index 25ff0c67c8b..94773bfba0e 100644 --- a/code/modules/mob/living/carbon/human/emote.dm +++ b/code/modules/mob/living/carbon/human/emote.dm @@ -546,6 +546,7 @@ // Needed for M_TOXIC_FART if("fart") if(world.time-lastFart >= 600) + playsound(location, 'sound/effects/fart.ogg', 50, 1, -3) message = "[src] [pick("passes wind","farts")]." m_type = 2 diff --git a/sound/effects/fart.ogg b/sound/effects/fart.ogg new file mode 100644 index 00000000000..a0ce30c9240 Binary files /dev/null and b/sound/effects/fart.ogg differ