Merge pull request #19224 from Iamgoofball/patch-69

Mistake made due to lack of understanding of stun code
This commit is contained in:
oranges
2016-07-11 08:59:58 +12:00
committed by GitHub
@@ -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