From 0807e19f5c31a0745767629eb415c7df3785d9f6 Mon Sep 17 00:00:00 2001 From: ihatethisengine Date: Sat, 23 Dec 2023 02:47:10 +0300 Subject: [PATCH] t --- code/modules/mob/living/carbon/human/death.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/modules/mob/living/carbon/human/death.dm b/code/modules/mob/living/carbon/human/death.dm index 41a50dce98d1..9691b7864404 100644 --- a/code/modules/mob/living/carbon/human/death.dm +++ b/code/modules/mob/living/carbon/human/death.dm @@ -86,10 +86,9 @@ last_living_human = null break last_living_human = cur_human - xeno_announcement("[shipside_humans_count].", XENO_HIVE_NORMAL, SPAN_ANNOUNCEMENT_HEADER_BLUE("[QUEEN_MOTHER_ANNOUNCE]")) if(!see_humans_on_tacmap && shipside_humans_count < main_hive.totalXenos.len * 0.75) - xeno_announcement("TRUE.", XENO_HIVE_NORMAL, SPAN_ANNOUNCEMENT_HEADER_BLUE("[QUEEN_MOTHER_ANNOUNCE]")) + xeno_announcement("There is only a handful of tallhosts left, they are now visible on our hive mind map.", XENO_HIVE_NORMAL, SPAN_ANNOUNCEMENT_HEADER_BLUE("[QUEEN_MOTHER_ANNOUNCE]")) main_hive.see_humans_on_tacmap = TRUE if(last_living_human && shipside_humans_count <= 1 && (GLOB.last_qm_callout + 2 MINUTES) < world.time) GLOB.last_qm_callout = world.time