diff --git a/code/modules/mob/living/simple_animal/posessed_object.dm b/code/modules/mob/living/simple_animal/posessed_object.dm index 55c2dbffda5..475a4f84da6 100644 --- a/code/modules/mob/living/simple_animal/posessed_object.dm +++ b/code/modules/mob/living/simple_animal/posessed_object.dm @@ -16,6 +16,7 @@ no_spin_thrown = TRUE del_on_death = TRUE + weather_immunities = list("ash") /// The probability % of us escaping if stuffed into a bag/toolbox/etc var/escape_chance = 10 diff --git a/code/modules/mob/living/simple_animal/shade.dm b/code/modules/mob/living/simple_animal/shade.dm index a00609a43dd..2878a7d4595 100644 --- a/code/modules/mob/living/simple_animal/shade.dm +++ b/code/modules/mob/living/simple_animal/shade.dm @@ -62,6 +62,7 @@ can_change_intents = FALSE // same here health = 100 maxHealth = 100 + weather_immunities = list("ash") /mob/living/simple_animal/shade/sword/Initialize(mapload) .=..()