Skip to content

Commit

Permalink
Merge pull request #9 from Helg2/patch-1
Browse files Browse the repository at this point in the history
Adds predalien to mob list.
  • Loading branch information
homexp13 authored Jul 14, 2024
2 parents 361aca6 + 6212f10 commit c1f0227
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/_globalvars/lists/mobs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ GLOBAL_LIST_INIT(all_xeno_types, list(
/mob/living/carbon/xenomorph/ravager/primordial,
/mob/living/carbon/xenomorph/praetorian,
/mob/living/carbon/xenomorph/praetorian/primordial,
/mob/living/carbon/xenomorph/predalien,
/mob/living/carbon/xenomorph/boiler,
/mob/living/carbon/xenomorph/boiler/primordial,
/mob/living/carbon/xenomorph/defiler,
Expand All @@ -105,7 +106,7 @@ GLOBAL_LIST_INIT(all_xeno_types, list(
/mob/living/carbon/xenomorph/mantis,
/mob/living/carbon/xenomorph/scorpion,
/mob/living/carbon/xenomorph/facehugger,
))
))

GLOBAL_LIST_INIT(forbid_excepts, list(
/mob/living/carbon/xenomorph/king,
Expand Down

0 comments on commit c1f0227

Please sign in to comment.