diff --git a/code/modules/mob/living/simple_animal/friendly/farm_animals.dm b/code/modules/mob/living/simple_animal/friendly/farm_animals.dm index 613dbd8b766..0cbb211fd40 100644 --- a/code/modules/mob/living/simple_animal/friendly/farm_animals.dm +++ b/code/modules/mob/living/simple_animal/friendly/farm_animals.dm @@ -100,8 +100,9 @@ NB.droplimb() /mob/living/simple_animal/hostile/retaliate/goat/chef + unique_pet = TRUE -/mob/living/simple_animal/hostile/retaliate/goat/chef/New() +/mob/living/simple_animal/hostile/retaliate/goat/chef/Initialize() . = ..() name = pick("Kyet", prob(25);"Kyep") desc = "[name], the Chef's bloodthirsty goat. Not known for their pleasant disposition."