From bf38f8f404e93274ddde1f9f1dd9964475aba9fe Mon Sep 17 00:00:00 2001 From: Fresh341 Date: Wed, 20 Dec 2023 18:11:54 +0100 Subject: [PATCH] Does the thing --- code/modules/antagonists/blob/blob_mobs.dm | 2 +- code/modules/mob/living/simple_animal/hostile/wumborian_fugu.dm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/antagonists/blob/blob_mobs.dm b/code/modules/antagonists/blob/blob_mobs.dm index 6763875819065..6b81589cea8db 100644 --- a/code/modules/antagonists/blob/blob_mobs.dm +++ b/code/modules/antagonists/blob/blob_mobs.dm @@ -320,5 +320,5 @@ /mob/living/simple_animal/hostile/blob/blobbernaut/independent independent = TRUE - gold_core_spawnable = HOSTILE_SPAWN + gold_core_spawnable = NO_SPAWN diff --git a/code/modules/mob/living/simple_animal/hostile/wumborian_fugu.dm b/code/modules/mob/living/simple_animal/hostile/wumborian_fugu.dm index 5abe515fe1365..8e4803292fb87 100644 --- a/code/modules/mob/living/simple_animal/hostile/wumborian_fugu.dm +++ b/code/modules/mob/living/simple_animal/hostile/wumborian_fugu.dm @@ -28,7 +28,7 @@ aggro_vision_range = 9 mob_size = MOB_SIZE_SMALL environment_smash = ENVIRONMENT_SMASH_NONE - gold_core_spawnable = HOSTILE_SPAWN + gold_core_spawnable = NO_SPAWN var/wumbo = 0 var/inflate_cooldown = 0 var/datum/action/innate/fugu/expand/E