From e329ad8366f76d91b5a50fb20b7f3558d40d6059 Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Sat, 28 Sep 2019 10:25:03 +0200 Subject: [PATCH] Commander geese now spawn 2 geese Yes possibility to be a commander applies to these --- code/modules/mob/living/simple_animal/animals/goose.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/mob/living/simple_animal/animals/goose.dm b/code/modules/mob/living/simple_animal/animals/goose.dm index a0acc207ce..292018e0b8 100644 --- a/code/modules/mob/living/simple_animal/animals/goose.dm +++ b/code/modules/mob/living/simple_animal/animals/goose.dm @@ -68,6 +68,8 @@ honk() honking = 1 humanoid_hands = 1 + new /mob/living/simple_animal/hostile/goose(loc) + new /mob/living/simple_animal/hostile/goose(loc) /mob/living/simple_animal/hostile/goose/Life() ..()