From c074b4e8dd462489e8d6e35a603682a85c4bd117 Mon Sep 17 00:00:00 2001 From: skull132 Date: Sat, 7 Jan 2017 14:29:53 +0200 Subject: [PATCH] Fix golden cores spawning xenos Xenos break the game controller. No thank you. --- code/modules/reagents/Chemistry-Recipes.dm | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/code/modules/reagents/Chemistry-Recipes.dm b/code/modules/reagents/Chemistry-Recipes.dm index c67c256279d..e00a213c777 100644 --- a/code/modules/reagents/Chemistry-Recipes.dm +++ b/code/modules/reagents/Chemistry-Recipes.dm @@ -1085,7 +1085,12 @@ /mob/living/simple_animal/hostile/alien/queen/large, /mob/living/simple_animal/hostile/faithless, /mob/living/simple_animal/hostile/retaliate, - /mob/living/simple_animal/hostile/retaliate/clown + /mob/living/simple_animal/hostile/retaliate/clown, + /mob/living/simple_animal/hostile/alien, + /mob/living/simple_animal/hostile/alien/drone, + /mob/living/simple_animal/hostile/alien/sentinel, + /mob/living/simple_animal/hostile/alien/queen, + /mob/living/simple_animal/hostile/alien/queen/large, )//exclusion list for things you don't want the reaction to create. var/list/critters = typesof(/mob/living/simple_animal/hostile) - blocked // list of possible hostile mobs playsound(get_turf(holder.my_atom), 'sound/effects/phasein.ogg', 100, 1)