mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 11:13:16 +00:00
Fixes Toxic Blood (#6657)
This commit is contained in:
@@ -61,7 +61,7 @@
|
|||||||
M.heal_organ_damage(0.2 * removed * volume_mod, 0) // More 'effective' blood means more usable material.
|
M.heal_organ_damage(0.2 * removed * volume_mod, 0) // More 'effective' blood means more usable material.
|
||||||
M.adjust_nutrition(20 * removed * volume_mod)
|
M.adjust_nutrition(20 * removed * volume_mod)
|
||||||
M.add_chemical_effect(CE_BLOODRESTORE, 4 * removed)
|
M.add_chemical_effect(CE_BLOODRESTORE, 4 * removed)
|
||||||
M.adjustToxLoss(removed / 2) // Still has some water in the form of plasma.
|
//M.adjustToxLoss(removed / 2) // Still has some water in the form of plasma. | CHOMP EDIT - No. Soda does not kill a prommie, their own blood should not either.
|
||||||
return
|
return
|
||||||
|
|
||||||
if(effective_dose > 5)
|
if(effective_dose > 5)
|
||||||
|
|||||||
Reference in New Issue
Block a user