Update drug_reagents.dm

This commit is contained in:
kevinz000
2019-01-04 00:47:26 -08:00
committed by GitHub
parent a032b8d5f8
commit 2340aebe71
@@ -180,11 +180,11 @@
M.AdjustStun(-40, 0)
M.AdjustKnockdown(-40, 0)
M.AdjustUnconscious(-40, 0)
M.adjustStaminaLoss(-7.5, 0)
M.adjustStaminaLoss(-7.5 * REM, 0)
M.Jitter(2)
M.adjustBrainLoss(rand(1,4))
if(prob(30))
M.Confuse(1)
M.confused = max(1, M.confused)
M.heal_overall_damage(2, 2)
if(prob(5))
M.emote(pick("twitch", "shiver"))