From b4fb032686689489dc4e866f116e8eb1cafa406a Mon Sep 17 00:00:00 2001 From: Molti <108117184+Moltijoe@users.noreply.github.com> Date: Mon, 28 Oct 2024 14:18:38 -0500 Subject: [PATCH] they're immune (#22707) --- code/modules/mob/living/carbon/alien/alien.dm | 1 + code/modules/mob/living/simple_animal/hostile/alien.dm | 1 + 2 files changed, 2 insertions(+) diff --git a/code/modules/mob/living/carbon/alien/alien.dm b/code/modules/mob/living/carbon/alien/alien.dm index 08c7d1b03fba..990645289293 100644 --- a/code/modules/mob/living/carbon/alien/alien.dm +++ b/code/modules/mob/living/carbon/alien/alien.dm @@ -9,6 +9,7 @@ verb_say = "hisses" initial_language_holder = /datum/language_holder/alien bubble_icon = BUBBLE_ALIEN + weather_immunities = WEATHER_STORM type_of_meat = /obj/item/reagent_containers/food/snacks/meat/slab/xeno blocks_emissive = EMISSIVE_BLOCK_UNIQUE diff --git a/code/modules/mob/living/simple_animal/hostile/alien.dm b/code/modules/mob/living/simple_animal/hostile/alien.dm index a6e1136a8a2b..3202a3943c5e 100644 --- a/code/modules/mob/living/simple_animal/hostile/alien.dm +++ b/code/modules/mob/living/simple_animal/hostile/alien.dm @@ -31,6 +31,7 @@ faction = list(ROLE_ALIEN) status_flags = CANPUSH minbodytemp = 0 + weather_immunities = WEATHER_STORM // Going for a dark purple here lighting_cutoff_red = 30 lighting_cutoff_green = 15