From 1bf4d485a439d621ad7ae136e92b142af7742457 Mon Sep 17 00:00:00 2001 From: ZomgPonies Date: Thu, 19 Jun 2014 16:53:15 -0400 Subject: [PATCH] Derp --- code/modules/mob/living/carbon/human/emote.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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