Skip to content

Commit

Permalink
cocoon spinning no longer spends nutriment if you don't do anything w…
Browse files Browse the repository at this point in the history
…ith it

Signed-off-by: Theos <[email protected]>
  • Loading branch information
SomeguyManperson authored Feb 4, 2024
1 parent 5a0e3bb commit 11ffaca
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ GLOBAL_LIST_INIT(spider_last, world.file2list("strings/names/spider_last.txt"))
if (H.nutrition >= nutrition_threshold)
to_chat(H, "<span class='warning'>You pull out a strand from your spinneret, ready to wrap a target. <BR> \
(Press ALT+CLICK or MMB on the target to start wrapping.)</span>")
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
Expand Down

0 comments on commit 11ffaca

Please sign in to comment.