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!")