Skip to content

Commit

Permalink
Drop the Queen part of the message, early burrowed fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Vicacrov committed Feb 29, 2024
1 parent 8d91b9c commit bb9967e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/xenomorph/death.dm
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
if(SSticker.mode && SSticker.current_state != GAME_STATE_FINISHED && hive.hivenumber == XENO_HIVE_NORMAL)
// Notify the hive that we are about to perish
if(LAZYLEN(hive.total_living_xenos_advanced == XENO_HIVE_COLLAPSE_THRESHOLD))
xeno_message(SPAN_XENOANNOUNCE("We can feel our hive's power weakening - only a few of us are left. Without a Queen, we perish!"))
xeno_message(SPAN_XENOANNOUNCE("We can feel our hive's power weakening - only a few of us are left."))
return
if((GLOB.last_ares_callout + 2 MINUTES) > world.time)
return
Expand Down
2 changes: 1 addition & 1 deletion code/modules/mob/new_player/new_player.dm
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@
for(var/hivenumber in GLOB.hive_datum)
hive = GLOB.hive_datum[hivenumber]
if(hive.latejoin_burrowed == TRUE)
if(length(hive.total_living_xenos_advanced) && (hive.hive_location || ROUND_TIME < XENO_ROUNDSTART_PROGRESS_TIME_2))
if(length(hive.total_living_xenos) && (hive.hive_location || ROUND_TIME < XENO_ROUNDSTART_PROGRESS_TIME_2))
hive.stored_larva++
hive.hive_ui.update_burrowed_larva()

Expand Down

0 comments on commit bb9967e

Please sign in to comment.