mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-20 19:44:46 +01:00
medicine.dm
This commit is contained in:
@@ -163,8 +163,8 @@
|
||||
occupant.adjustBrainLoss(-(CEILING((0.5*heal_rate), 1)))
|
||||
|
||||
//So clones don't die of oxyloss in a running pod.
|
||||
if(occupant.reagents.get_reagent_amount("inaprovaline") < 30)
|
||||
occupant.reagents.add_reagent("inaprovaline", 60)
|
||||
if(occupant.reagents.get_reagent_amount(REAGENT_ID_INAPROVALINE) < 30)
|
||||
occupant.reagents.add_reagent(REAGENT_ID_INAPROVALINE, 60)
|
||||
|
||||
//Also heal some oxyloss ourselves because inaprovaline is so bad at preventing it!!
|
||||
occupant.adjustOxyLoss(-4)
|
||||
|
||||
Reference in New Issue
Block a user