From cff45b319f233dffc111b7d04aea56006bae4074 Mon Sep 17 00:00:00 2001 From: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com> Date: Thu, 9 Apr 2026 16:51:39 -0400 Subject: [PATCH] Fixes ash men burning themselves (#31800) --- .../modules/mob/living/simple_animal/hostile/heretic_monsters.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/living/simple_animal/hostile/heretic_monsters.dm b/code/modules/mob/living/simple_animal/hostile/heretic_monsters.dm index 8aadf56bb2c..bf7fa70bcb4 100644 --- a/code/modules/mob/living/simple_animal/hostile/heretic_monsters.dm +++ b/code/modules/mob/living/simple_animal/hostile/heretic_monsters.dm @@ -168,6 +168,7 @@ icon_state = "ash_walker" icon_living = "ash_walker" status_flags = CANPUSH + maximum_survivable_temperature = INFINITY // The fire creature should be immune to fire maxHealth = 75 health = 75 melee_damage_lower = 15