We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e211d6 commit 6c0efacCopy full SHA for 6c0efac
1 file changed
code/game/machinery/Sleeper.dm
@@ -222,7 +222,7 @@
222
if(healed)
223
break
224
if(SLEEPER_CHEMPURGE)
225
- C.adjustToxLoss(-SLEEPER_HEAL_RATE + efficiency)
+ C.adjustToxLoss(-(SLEEPER_HEAL_RATE + efficiency))
226
if(obj_flags & EMAGGED)
227
return
228
var/purge_rate = 0.5 * efficiency
0 commit comments