From 11ffaca39f2530364055d06b5a2d66354ac18d6f Mon Sep 17 00:00:00 2001 From: Theos Date: Sun, 4 Feb 2024 17:55:57 -0500 Subject: [PATCH] cocoon spinning no longer spends nutriment if you don't do anything with it Signed-off-by: Theos --- code/modules/mob/living/carbon/human/species_types/spider.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/species_types/spider.dm b/code/modules/mob/living/carbon/human/species_types/spider.dm index e93ef5baaead..31ad7ffaa36d 100644 --- a/code/modules/mob/living/carbon/human/species_types/spider.dm +++ b/code/modules/mob/living/carbon/human/species_types/spider.dm @@ -185,7 +185,6 @@ GLOBAL_LIST_INIT(spider_last, world.file2list("strings/names/spider_last.txt")) if (H.nutrition >= nutrition_threshold) to_chat(H, "You pull out a strand from your spinneret, ready to wrap a target.
\ (Press ALT+CLICK or MMB on the target to start wrapping.)
") - H.adjust_nutrition(E.spinner_rate * -0.5) addtimer(VARSET_CALLBACK(E, web_ready, TRUE), E.web_cooldown) RegisterSignal(H, list(COMSIG_MOB_MIDDLECLICKON, COMSIG_MOB_ALTCLICKON), PROC_REF(cocoonAtom)) return