From 106a5f6fb06023d0982b8a01f755932aab8a92ef Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Thu, 26 Sep 2019 11:29:00 +0200 Subject: [PATCH] Update goose.dm --- code/modules/mob/living/simple_animal/animals/goose.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/animals/goose.dm b/code/modules/mob/living/simple_animal/animals/goose.dm index ee26a11446..9e7d303ac1 100644 --- a/code/modules/mob/living/simple_animal/animals/goose.dm +++ b/code/modules/mob/living/simple_animal/animals/goose.dm @@ -83,7 +83,7 @@ return 1 // VOREStation Edit No drifting in space! /mob/living/simple_animal/hostile/goose/proc/honk() - playsound(M.loc, 'sound/items/bikehorn.ogg', 50, 1) //playceholder, will be actual honk later + playsound(loc, 'sound/items/bikehorn.ogg', 50, 1) //playceholder, will be actual honk later /mob/living/simple_animal/hostile/goose/DoPunch(var/atom/A) . = ..()