Fixes Resist Fire Stuns (#21374)

This commit is contained in:
Fox McCloud
2016-11-06 15:41:45 -05:00
committed by AnturK
parent 49575a94e8
commit 22ab7d6a4f

View File

@@ -264,7 +264,7 @@
/mob/living/carbon/resist_fire()
fire_stacks -= 5
Weaken(3,1)
Weaken(3, 1, 1)
spin(32,2)
visible_message("<span class='danger'>[src] rolls on the floor, trying to put themselves out!</span>", \
"<span class='notice'>You stop, drop, and roll!</span>")