From d2ef366e83b44f2c5131ec8d1c6595d9ecfb4aef Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Thu, 26 Sep 2019 15:45:44 +0200 Subject: [PATCH] Adding a little extra for the enxt goose idea --- code/modules/mob/living/simple_animal/animals/goose.dm | 7 ++++++- 1 file changed, 6 insertions(+), 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 df9dba87e8..139d78065e 100644 --- a/code/modules/mob/living/simple_animal/animals/goose.dm +++ b/code/modules/mob/living/simple_animal/animals/goose.dm @@ -94,4 +94,9 @@ if(prob(2) && honking) drop_from_inventory(l_hand, L) drop_from_inventory(r_hand, L) - + +/mob/living/simple_animal/hostile/goose/tooluser + name="goose with" + +/mob/living/simple_animal/hostile/goose/tooluser/knife + name="goose with knife"