Skip to content

Commit

Permalink
Update defibrillator.dm (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
Helg2 authored Aug 22, 2024
1 parent e5e3abb commit 6c5e56f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/defibrillator.dm
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@
H.adjustBruteLoss(-defib_heal_amt)
H.adjustFireLoss(-defib_heal_amt)
H.adjustToxLoss(-defib_heal_amt)
H.setOxyLoss(0)
H.adjustOxyLoss(-defib_heal_amt)

H.updatehealth() //Make sure health is up to date since it's a purely derived value
if(H.health <= H.get_death_threshold())
Expand Down

0 comments on commit 6c5e56f

Please sign in to comment.