Fixes Nicotine not properly reducing stuns

GFD phil
This commit is contained in:
Iamgoofball
2016-07-08 21:47:28 -07:00
committed by GitHub
parent dcdafc19f7
commit b857e6a2d6
@@ -40,7 +40,9 @@
if(prob(1))
var/smoke_message = pick("You feel relaxed.", "You feel calmed.","You feel alert.","You feel rugged.")
M << "<span class='notice'>[smoke_message]</span>"
M.AdjustParalysis(-1, 0)
M.AdjustStunned(-1, 0)
M.AdjustWeakened(-1, 0)
M.adjustStaminaLoss(-0.5*REM, 0)
..()
. = 1