From 288b379de08785091f6aefd6d43984cf53baabef Mon Sep 17 00:00:00 2001 From: Molti Date: Sat, 12 Oct 2024 02:27:09 -0500 Subject: [PATCH] they're immune --- 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