diff --git a/code/modules/mob/living/carbon/human/human.dm b/code/modules/mob/living/carbon/human/human.dm index 1cf310709630..e4b4ad101077 100644 --- a/code/modules/mob/living/carbon/human/human.dm +++ b/code/modules/mob/living/carbon/human/human.dm @@ -1568,7 +1568,7 @@ visible_message(SPAN_DANGER("[src] rolls on the floor, trying to put themselves out!"), SPAN_NOTICE("You stop, drop, and roll!"), null, 5) - if(istype(get_turf(src), /turf/open/gm/river)) + if(istype(get_turf(src), /turf/open/gm/river) || (/obj/effect/blocker/water in loc)) ExtinguishMob() if(fire_stacks > 0)