Adds more absorbs-related vore messages and rearranges vore panel a bit

This commit is contained in:
Casey
2021-12-22 08:53:57 -05:00
committed by CHOMPStation2
parent 09c686d59c
commit 0495d7ab40
9 changed files with 614 additions and 153 deletions

View File

@@ -104,10 +104,8 @@ GLOBAL_LIST_INIT(digest_modes, list())
/datum/digest_mode/unabsorb/process_mob(obj/belly/B, mob/living/L)
if(L.absorbed && B.owner.nutrition >= 100)
L.absorbed = FALSE
to_chat(L, "<span class='notice'>You suddenly feel solid again.</span>")
to_chat(B.owner,"<span class='notice'>You feel like a part of you is missing.</span>")
B.owner.adjust_nutrition(-100)
B.unabsorb_living(L)
return list("to_update" = TRUE)
/datum/digest_mode/drain