Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
larva evolve fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dgeen committed Jul 2, 2024
1 parent ee97ab8 commit 5a424be
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 2 additions & 0 deletions code/modules/mob/living/carbon/xenomorph/evolution.dm
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@
return GLOB.xeno_types_tier_two
switch(tier)
if(XENO_TIER_ZERO)
if(istype(xeno_caste, /datum/xeno_caste/larva_predalien))
return list(/mob/living/carbon/xenomorph/predalien)
if(!istype(xeno_caste, /datum/xeno_caste/hivemind))
return GLOB.xeno_types_tier_one
if(XENO_TIER_ONE)
Expand Down
2 changes: 0 additions & 2 deletions modular_RUtgmc/code/modules/mob/living/carbon/human/yautja.dm
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@
max_stamina = 250
blood_color = "#20d450"
flesh_color = "#907E4A"
// speech_sounds = list('sound/voice/pred_click1.ogg', 'sound/voice/pred_click2.ogg') //CHECK_LATER
// speech_chance = 100
death_message = "clicks in agony and falls still, motionless and completely lifeless..."

brute_damage_icon_state = "pred_brute"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@

// *** Evolution *** //
evolution_threshold = 50
// evolves_to = list( //CHECK_LATER
// /mob/living/carbon/xenomorph/predalien,
// )

// *** Flags *** //
caste_flags = CASTE_EVOLUTION_ALLOWED|CASTE_INNATE_HEALING
Expand Down

0 comments on commit 5a424be

Please sign in to comment.