From e021f82d70b4bbcd09776fd2e8c57472d7aebdfa Mon Sep 17 00:00:00 2001 From: InsaneRed Date: Sat, 10 Feb 2024 03:22:14 +0300 Subject: [PATCH] line undel --- code/modules/mob/living/carbon/xenomorph/Embryo.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/living/carbon/xenomorph/Embryo.dm b/code/modules/mob/living/carbon/xenomorph/Embryo.dm index 2d2e588c3fdb..cccabf63c418 100644 --- a/code/modules/mob/living/carbon/xenomorph/Embryo.dm +++ b/code/modules/mob/living/carbon/xenomorph/Embryo.dm @@ -242,6 +242,7 @@ new_xeno = new /mob/living/carbon/xenomorph/larva/predalien(affected_mob) yautja_announcement(SPAN_YAUTJABOLDBIG("WARNING!\n\nAn abomination has been detected at [get_area_name(new_xeno)]. It is a stain upon our purity and is unfit for life. Exterminate it immediately.\n\nHeavy Armory unlocked.")) SEND_GLOBAL_SIGNAL(COMSIG_GLOB_YAUTJA_ARMORY_OPENED) + else new_xeno = new(affected_mob) if(hive)