Skip to content

Commit

Permalink
yu
Browse files Browse the repository at this point in the history
  • Loading branch information
warface1234455 committed Dec 10, 2024
1 parent b3bc576 commit 89c39e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/reagents/chemistry/reagents/gas_reagents.dm
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@
L.adjustBruteLoss(-(L.getBruteLoss() - MAX_REVIVE_FIRE_DAMAGE + 50))
if(L.getFireLoss() >= MAX_REVIVE_FIRE_DAMAGE)
L.adjustFireLoss(-(L.getFireLoss() - MAX_REVIVE_FIRE_DAMAGE + 50))
if(health <= HEALTH_THRESHOLD_DEAD)
if(L.health <= HEALTH_THRESHOLD_DEAD)
if(L.getOxyLoss())
L.adjustOxyLoss(-50)
if(L.getToxLoss())
Expand Down

0 comments on commit 89c39e3

Please sign in to comment.