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

Commit 6c0efac

Browse files
authored
Update Sleeper.dm (#20682)
1 parent 0e211d6 commit 6c0efac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

code/game/machinery/Sleeper.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@
222222
if(healed)
223223
break
224224
if(SLEEPER_CHEMPURGE)
225-
C.adjustToxLoss(-SLEEPER_HEAL_RATE + efficiency)
225+
C.adjustToxLoss(-(SLEEPER_HEAL_RATE + efficiency))
226226
if(obj_flags & EMAGGED)
227227
return
228228
var/purge_rate = 0.5 * efficiency

0 commit comments

Comments
 (0)