From 1dcb2e1a1ba40d495b86f34ea43ae80462664500 Mon Sep 17 00:00:00 2001 From: Heroman3003 Date: Tue, 8 May 2018 14:29:48 +1000 Subject: [PATCH] Removed shadekin from Slime Vore reaction --- code/modules/reagents/Chemistry-Recipes_vr.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/reagents/Chemistry-Recipes_vr.dm b/code/modules/reagents/Chemistry-Recipes_vr.dm index 684c0ee5876..58f49f3fc7c 100644 --- a/code/modules/reagents/Chemistry-Recipes_vr.dm +++ b/code/modules/reagents/Chemistry-Recipes_vr.dm @@ -320,7 +320,8 @@ var/mob_path = /mob/living/simple_animal var/blocked = list( /mob/living/simple_animal/hostile/mimic, - /mob/living/simple_animal/hostile/alien/queen + /mob/living/simple_animal/hostile/alien/queen, + /mob/living/simple_animal/shadekin )//exclusion list for things you don't want the reaction to create. var/list/voremobs = typesof(mob_path) - mob_path - blocked // list of possible hostile mobs