From 22ab7d6a4fe6b19e0d94de8076a13521c2c75a74 Mon Sep 17 00:00:00 2001 From: Fox McCloud Date: Sun, 6 Nov 2016 15:41:45 -0500 Subject: [PATCH] Fixes Resist Fire Stuns (#21374) --- code/modules/mob/living/carbon/carbon.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/carbon.dm b/code/modules/mob/living/carbon/carbon.dm index 9973ed6b475..825c5cdffb0 100644 --- a/code/modules/mob/living/carbon/carbon.dm +++ b/code/modules/mob/living/carbon/carbon.dm @@ -264,7 +264,7 @@ /mob/living/carbon/resist_fire() fire_stacks -= 5 - Weaken(3,1) + Weaken(3, 1, 1) spin(32,2) visible_message("[src] rolls on the floor, trying to put themselves out!", \ "You stop, drop, and roll!")