From 9cf063d6efbc96a33f184121c0e42f43698c3fa8 Mon Sep 17 00:00:00 2001 From: Eman Date: Fri, 22 Mar 2019 17:07:42 +0100 Subject: [PATCH] Terror Spiders can no longer be offered sentience potions. Gateway mission terror spiders can currently be effortlessly gibbed by giving them a sentience potion and waiting for them to "become sentient", except that when that happens, they explode. Easily abusable, eh? This commit changes this. --- .../simple_animal/hostile/terror_spiders/terror_spiders.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/modules/mob/living/simple_animal/hostile/terror_spiders/terror_spiders.dm b/code/modules/mob/living/simple_animal/hostile/terror_spiders/terror_spiders.dm index 562c90588f8..c797d51ce3b 100644 --- a/code/modules/mob/living/simple_animal/hostile/terror_spiders/terror_spiders.dm +++ b/code/modules/mob/living/simple_animal/hostile/terror_spiders/terror_spiders.dm @@ -71,6 +71,9 @@ var/global/list/ts_spiderling_list = list() speak_emote = list("hisses") emote_hear = list("hisses") + // Sentience Type + sentience_type = SENTIENCE_OTHER + // Languages are handled in terror_spider/New() // Interaction keywords