mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
liver fix (#46488)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user