Skip to content

Commit

Permalink
bugfix for hive numbering
Browse files Browse the repository at this point in the history
  • Loading branch information
Birdtalon committed Dec 2, 2023
1 parent 08f28b6 commit 1fb559f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions code/modules/mob/living/carbon/xenomorph/xeno_defines.dm
Original file line number Diff line number Diff line change
Expand Up @@ -376,12 +376,13 @@
tacmap = new(src, minimap_type)
if(!internal_faction)
internal_faction = name
if(hivenumber != XENO_HIVE_NORMAL)
return

for(var/number in 1 to 999)
available_nicknumbers += number

if(hivenumber != XENO_HIVE_NORMAL)
return

RegisterSignal(SSdcs, COMSIG_GLOB_POST_SETUP, PROC_REF(post_setup))

/datum/hive_status/proc/post_setup()
Expand Down

0 comments on commit 1fb559f

Please sign in to comment.