Toxin lovers properly take toxin damage from liver failure (#35901)
* Toxin lovers properly take toxin damage from liver failiure * Makes it forced instead of checking for toxinlover
This commit is contained in:
committed by
CitadelStationBot
parent
7e5057b99e
commit
4d1f93660f
@@ -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