Skip to content

Commit

Permalink
fixed the error when the queen dies
Browse files Browse the repository at this point in the history
  • Loading branch information
SabreML committed Dec 28, 2023
1 parent 23d2bc1 commit f5f2db6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/modules/mob/living/carbon/xenomorph/hive_status.dm
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,10 @@
useless_slots++
continue

if(!(X in GLOB.living_xeno_list))
useless_slots++
continue

// Insert without doing list merging
xenos[index++] = list(
"nicknumber" = X.nicknumber,
Expand Down

0 comments on commit f5f2db6

Please sign in to comment.