From 7840c51fd043eb16918399f801c660f7e1e05585 Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Thu, 26 Sep 2019 16:13:32 +0200 Subject: [PATCH] Update goose.dm --- code/modules/mob/living/simple_animal/animals/goose.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/simple_animal/animals/goose.dm b/code/modules/mob/living/simple_animal/animals/goose.dm index 139d78065e..a0acc207ce 100644 --- a/code/modules/mob/living/simple_animal/animals/goose.dm +++ b/code/modules/mob/living/simple_animal/animals/goose.dm @@ -92,8 +92,8 @@ if(isliving(A)) var/mob/living/L = A if(prob(2) && honking) - drop_from_inventory(l_hand, L) - drop_from_inventory(r_hand, L) + L.drop_from_inventory(l_hand) + L.drop_from_inventory(r_hand) /mob/living/simple_animal/hostile/goose/tooluser name="goose with"