Update toxin_reagents.dm

This commit is contained in:
kevinz000
2019-05-08 01:30:24 -07:00
committed by GitHub
parent 6e7e385de0
commit 55d54592d5

View File

@@ -311,7 +311,7 @@
if(10 to 20)
M.confused += 1
M.drowsyness += 1
M.adjustStaminaLossBuffered(5)
M.adjustStaminaLoss(5)
if(20 to INFINITY)
M.Sleeping(40, 0)
..()