From a1c9f95a3fb4c39b0a64d38dc78810386a88d218 Mon Sep 17 00:00:00 2001 From: Venuska1117 <89580971+Venuska1117@users.noreply.github.com> Date: Tue, 15 Aug 2023 15:51:20 +0200 Subject: [PATCH] Blacklist "Forsaken" Cat from Gold Extract Spawn. (#21852) * Fix Forsaken Cat spawn from Gold Slimes. * Typo * ??? * eeehhhh... no funky text --- code/modules/mob/living/simple_animal/hostile/feral_cat.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/living/simple_animal/hostile/feral_cat.dm b/code/modules/mob/living/simple_animal/hostile/feral_cat.dm index 890edfe2766..80d97421099 100644 --- a/code/modules/mob/living/simple_animal/hostile/feral_cat.dm +++ b/code/modules/mob/living/simple_animal/hostile/feral_cat.dm @@ -36,3 +36,4 @@ health = 25 melee_damage_lower = 15 melee_damage_upper = 10 + gold_core_spawnable = NO_SPAWN