Fixes Resist Fire Stuns (#21374)

This commit is contained in:
Fox McCloud
2016-11-06 21:41:45 +01:00
committed by AnturK
parent 49575a94e8
commit 22ab7d6a4f
+1 -1
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>")