Skip to content

Commit

Permalink
fixed the error when a new queen appears
Browse files Browse the repository at this point in the history
scary glob move
  • Loading branch information
SabreML committed Dec 28, 2023
1 parent 6aefac5 commit 23d2bc1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/modules/mob/living/carbon/xenomorph/Xenomorph.dm
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,9 @@
if(mob_size < MOB_SIZE_BIG)
mob_flags |= SQUEEZE_UNDER_VEHICLES

GLOB.living_xeno_list += src
GLOB.xeno_mob_list += src

// More setup stuff for names, abilities etc
update_icon_source()
generate_name()
Expand All @@ -453,9 +456,6 @@
//Begin SStracking
SStracking.start_tracking("hive_[src.hivenumber]", src)

GLOB.living_xeno_list += src
GLOB.xeno_mob_list += src

//WO GAMEMODE
if(SSticker?.mode?.hardcore)
hardcore = 1 //Prevents healing and queen evolution
Expand Down

0 comments on commit 23d2bc1

Please sign in to comment.