Skip to content

Commit

Permalink
they're immune (#22707)
Browse files Browse the repository at this point in the history
  • Loading branch information
Moltijoe authored Oct 28, 2024
1 parent f0f18c0 commit b4fb032
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/mob/living/carbon/alien/alien.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions code/modules/mob/living/simple_animal/hostile/alien.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b4fb032

Please sign in to comment.