From 0a3949968dd36fc71052d8a74cceeabf9ee7868e Mon Sep 17 00:00:00 2001 From: Armhulen Date: Fri, 6 Oct 2017 19:27:39 -0700 Subject: [PATCH 1/2] Makes Wumborian Fugu gold core spawnable (#31359) --- code/modules/mob/living/simple_animal/hostile/wumborian_fugu.dm | 1 + 1 file changed, 1 insertion(+) 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 3568f55a31..d348660143 100644 --- a/code/modules/mob/living/simple_animal/hostile/wumborian_fugu.dm +++ b/code/modules/mob/living/simple_animal/hostile/wumborian_fugu.dm @@ -27,6 +27,7 @@ idle_vision_range = 5 mob_size = MOB_SIZE_SMALL environment_smash = ENVIRONMENT_SMASH_NONE + gold_core_spawnable = TRUE var/wumbo = 0 var/inflate_cooldown = 0 loot = list(/obj/item/asteroid/fugu_gland{layer = ABOVE_MOB_LAYER})