From 20e9968528fa59d2849ef2e0d284b16d9ac5a1c5 Mon Sep 17 00:00:00 2001 From: datlo Date: Fri, 25 Jan 2019 14:17:26 +0000 Subject: [PATCH] Remove batswarm from xenobio spawn pool --- code/modules/mob/living/simple_animal/hostile/bat.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/hostile/bat.dm b/code/modules/mob/living/simple_animal/hostile/bat.dm index 1e8d5eeb609..2d16dcb3095 100644 --- a/code/modules/mob/living/simple_animal/hostile/bat.dm +++ b/code/modules/mob/living/simple_animal/hostile/bat.dm @@ -74,4 +74,5 @@ a_intent = INTENT_HARM pass_flags = PASSTABLE universal_speak = 1 - universal_understand = 1 \ No newline at end of file + universal_understand = 1 + gold_core_spawnable = CHEM_MOB_SPAWN_INVALID //badmin only \ No newline at end of file