Loss of nutrition on vomit + 1% prob of burning you.

This commit is contained in:
Archie
2021-01-13 01:48:18 -03:00
parent 91c103e0aa
commit 6c2c720baa

View File

@@ -613,8 +613,11 @@
. = ..()
if(current_cycle >=41 && prob(15))
C.spew_organ()
C.vomit(0, TRUE, TRUE, 4)
C.vomit(10, TRUE, TRUE, 4)
to_chat(C, "<span class='userdanger'>You feel something lumpy come up as you vomit.</span>")
if(prob(1))
to_chat(C, "<span class='userdanger'>You feel like your organs are on fire!</span>")
C.IgniteMob()
/datum/reagent/toxin/lipolicide/on_mob_life(mob/living/carbon/M)
if(M.nutrition <= NUTRITION_LEVEL_STARVING)