Update other_reagents.dm

This commit is contained in:
Trilbyspaceclone
2019-07-09 21:58:22 -04:00
committed by GitHub
parent e5b2d7f5b8
commit 6240222ed7
@@ -280,7 +280,7 @@
M.AdjustStun(-40, 0)
M.AdjustKnockdown(-40, 0)
M.adjustStaminaLoss(-10, 0)
M.adjustToxLoss(-2, 0)
M.adjustToxLoss(-2, 0, healtoxinlover)
M.adjustOxyLoss(-2, 0)
M.adjustBruteLoss(-2, 0)
M.adjustFireLoss(-2, 0)
@@ -1879,4 +1879,4 @@
if(added_length >= 0.20) //Only add the length if it's greater than or equal to 0.2. This is to prevent people from smoking the reagents and causing the penis to update constantly.
P.length += added_length
P.update()
..()
..()