This commit is contained in:
4dplanner
2019-09-14 19:48:32 -04:00
committed by moo
parent e852b2174c
commit 8279aca3dd
+2 -2
View File
@@ -50,8 +50,8 @@
to_chat(C, "<span class='warning'>You feel a dull pain in your abdomen.</span>")
else //for when our liver's failing
reagents.end_metabolization(C, keep_liverless = TRUE) //Stops trait-based effects on reagents, to prevent permanent buffs
reagents.metabolize(C, can_overdose=FALSE, liverless = TRUE)
C.reagents.end_metabolization(C, keep_liverless = TRUE) //Stops trait-based effects on reagents, to prevent permanent buffs
C.reagents.metabolize(C, can_overdose=FALSE, liverless = TRUE)
if(HAS_TRAIT(C, TRAIT_STABLELIVER))
return
C.adjustToxLoss(4, TRUE, TRUE)