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/////////////////////////