diff --git a/code/modules/mob/living/carbon/resist.dm b/code/modules/mob/living/carbon/resist.dm
index c99a8bd599f..56272f654e4 100644
--- a/code/modules/mob/living/carbon/resist.dm
+++ b/code/modules/mob/living/carbon/resist.dm
@@ -3,14 +3,14 @@
//drop && roll
if(on_fire)
- fire_stacks -= 2
- Weaken(5)
- spin(52,2)
+ fire_stacks -= 1.2
+ Weaken(3)
+ spin(32,2)
visible_message(
"[src] rolls on the floor, trying to put themselves out!",
"You stop, drop, and roll!"
)
- sleep(50)
+ sleep(30)
if(fire_stacks <= 0)
visible_message(
"[src] has successfully extinguished themselves!",