From a8d7e38b54eb051561489d8b65b136b0b41f7a8f Mon Sep 17 00:00:00 2001 From: KorPhaeron Date: Sat, 28 Nov 2015 18:34:04 -0600 Subject: [PATCH] No xenos in gold cores --- code/modules/mob/living/simple_animal/hostile/alien.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/hostile/alien.dm b/code/modules/mob/living/simple_animal/hostile/alien.dm index 93388f20261..c7f49bf27a2 100644 --- a/code/modules/mob/living/simple_animal/hostile/alien.dm +++ b/code/modules/mob/living/simple_animal/hostile/alien.dm @@ -29,7 +29,7 @@ see_in_dark = 8 see_invisible = SEE_INVISIBLE_MINIMUM unique_name = 1 - gold_core_spawnable = 1 + gold_core_spawnable = 0 /mob/living/simple_animal/hostile/alien/drone name = "alien drone"