From 7a7f2bde8f81f88d5232c0d191017f118022b968 Mon Sep 17 00:00:00 2001 From: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com> Date: Sun, 2 Jun 2024 21:02:11 -0400 Subject: [PATCH] Hardmode constructs no longer die to lavalands heat or ash storms (#25753) --- code/modules/mob/living/simple_animal/constructs.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/mob/living/simple_animal/constructs.dm b/code/modules/mob/living/simple_animal/constructs.dm index aa68095ad62..e972445cda1 100644 --- a/code/modules/mob/living/simple_animal/constructs.dm +++ b/code/modules/mob/living/simple_animal/constructs.dm @@ -176,6 +176,8 @@ /// Used in bubblegum summoning. Needs MOB_SIZE_LARGE so crushers don't suffer /mob/living/simple_animal/hostile/construct/wraith/hostile/bubblegum mob_size = MOB_SIZE_LARGE + maxbodytemp = INFINITY + weather_immunities = list("ash") /////////////////////////////Artificer/////////////////////////