From 92c94b09a692e1b48545e7a43793300b82f2b541 Mon Sep 17 00:00:00 2001 From: Git-Nivrak <59925169+Git-Nivrak@users.noreply.github.com> Date: Tue, 31 Dec 2024 21:34:04 +0200 Subject: [PATCH] it was bait map merge was fine --- code/modules/mob/living/carbon/xenomorph/Evolution.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/carbon/xenomorph/Evolution.dm b/code/modules/mob/living/carbon/xenomorph/Evolution.dm index 2a2460bd6e67..bcb61ecc1703 100644 --- a/code/modules/mob/living/carbon/xenomorph/Evolution.dm +++ b/code/modules/mob/living/carbon/xenomorph/Evolution.dm @@ -330,9 +330,9 @@ to_chat(src, SPAN_WARNING("Something went terribly wrong here. Your new xeno is null! Tell a coder immediately!")) if(new_xeno) qdel(new_xeno) - + if(organ_value != 0) - var/obj/item/organ/xeno/organ = new() + organ = new() organ.forceMove(src) organ.research_value = organ_value organ.caste_origin = caste_type