diff --git a/code/modules/mob/living/carbon/human/emote.dm b/code/modules/mob/living/carbon/human/emote.dm index 94773bfba0e..4ef9d73cb5f 100644 --- a/code/modules/mob/living/carbon/human/emote.dm +++ b/code/modules/mob/living/carbon/human/emote.dm @@ -546,7 +546,7 @@ // Needed for M_TOXIC_FART if("fart") if(world.time-lastFart >= 600) - playsound(location, 'sound/effects/fart.ogg', 50, 1, -3) + playsound(src.loc, 'sound/effects/fart.ogg', 50, 1, -3) message = "[src] [pick("passes wind","farts")]." m_type = 2