From 41c258c523ad09611e7c85d33dccd7f44c75bc2f Mon Sep 17 00:00:00 2001 From: vincibrv Date: Mon, 28 Apr 2025 11:36:27 +0200 Subject: [PATCH] resisting removes flames --- code/modules/mob/living/carbon/human/human.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)