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