Skip to content

Commit

Permalink
Update mobs.dm
Browse files Browse the repository at this point in the history
Signed-off-by: Helg2 <[email protected]>
  • Loading branch information
Helg2 authored Jul 13, 2024
1 parent 361aca6 commit 6212f10
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 6212f10

Please sign in to comment.