From b8a5fb1522da1dffae8d59d173dda6bc71194496 Mon Sep 17 00:00:00 2001 From: Pandora Date: Sun, 27 Mar 2022 20:03:12 +0100 Subject: [PATCH] I may be stoopid --- .../living/simple_mob/subtypes/animal/alien animals/catslug.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_mob/subtypes/animal/alien animals/catslug.dm b/code/modules/mob/living/simple_mob/subtypes/animal/alien animals/catslug.dm index 286c6dfff0..949be139f8 100644 --- a/code/modules/mob/living/simple_mob/subtypes/animal/alien animals/catslug.dm +++ b/code/modules/mob/living/simple_mob/subtypes/animal/alien animals/catslug.dm @@ -332,7 +332,8 @@ /mob/living/simple_mob/vore/alienanimals/catslug/spaceslug/Initialize() . = ..() verbs += /mob/living/proc/ventcrawl - verbs += /mob/living/proc/hide //I don't even want to imagine what the colour change proc would do to their sprite, not to mention ghosts would need to be forced into the catslug so this is more just a safety net than anything + verbs += /mob/living/proc/hide + verbs -= /mob/living/simple_mob/vore/alienanimals/catslug/proc/catslug_color //I don't even want to imagine what the colour change proc would do to their sprite, not to mention ghosts would need to be forced into the catslug so this is more just a safety net than anything /mob/living/simple_mob/vore/alienanimals/catslug/spaceslug/attack_hand(mob/living/carbon/human/M as mob)