From 3c3b30f1e5fcbf7b41f5ee1bba0de4c5699fc6e4 Mon Sep 17 00:00:00 2001 From: Aurorablade Date: Wed, 4 Dec 2019 00:55:36 -0500 Subject: [PATCH] Update headslug.dm --- code/modules/mob/living/simple_animal/hostile/headslug.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/living/simple_animal/hostile/headslug.dm b/code/modules/mob/living/simple_animal/hostile/headslug.dm index d2329162da7..801514a3256 100644 --- a/code/modules/mob/living/simple_animal/hostile/headslug.dm +++ b/code/modules/mob/living/simple_animal/hostile/headslug.dm @@ -22,6 +22,7 @@ ventcrawler = 2 var/datum/mind/origin var/egg_lain = 0 + sentience_type = SENTIENCE_OTHER /mob/living/simple_animal/hostile/headslug/examine(mob/user) . = ..()