Merge pull request #5657 from Citadel-Station-13/upstream-merge-35901
[MIRROR] Toxin lovers properly take toxin damage from liver failure
This commit is contained in:
@@ -439,7 +439,7 @@
|
||||
if(reagents.get_reagent_amount("corazone"))//corazone is processed here an not in the liver because a failing liver can't metabolize reagents
|
||||
reagents.remove_reagent("corazone", 0.4) //corazone slowly deletes itself.
|
||||
return
|
||||
adjustToxLoss(8)
|
||||
adjustToxLoss(8, TRUE, TRUE)
|
||||
if(prob(30))
|
||||
to_chat(src, "<span class='notice'>You feel confused and nauseous...</span>")//actual symptoms of liver failure
|
||||
|
||||
|
||||
Reference in New Issue
Block a user