Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 89c39e3

Browse files
yu
1 parent b3bc576 commit 89c39e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/modules/reagents/chemistry/reagents/gas_reagents.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@
260260
L.adjustBruteLoss(-(L.getBruteLoss() - MAX_REVIVE_FIRE_DAMAGE + 50))
261261
if(L.getFireLoss() >= MAX_REVIVE_FIRE_DAMAGE)
262262
L.adjustFireLoss(-(L.getFireLoss() - MAX_REVIVE_FIRE_DAMAGE + 50))
263-
if(health <= HEALTH_THRESHOLD_DEAD)
263+
if(L.health <= HEALTH_THRESHOLD_DEAD)
264264
if(L.getOxyLoss())
265265
L.adjustOxyLoss(-50)
266266
if(L.getToxLoss())

0 commit comments

Comments
 (0)