From cc9dc549c9fcde097ba8ae5e34a28651bfeffd95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B0=D1=80=D0=BA?= Date: Fri, 5 Apr 2024 18:18:45 +0500 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20=D0=BE=D0=B2=D0=B5=D1=80=D0=BB=D0=B5=D0=B9.=20=D0=9F?= =?UTF-8?q?=D0=BE=20=D0=B8=D0=B4=D0=B5=D0=B5=20=D0=BE=D0=B2=D0=B5=D1=80?= =?UTF-8?q?=D0=BB=D0=B5=D0=B9=20=D1=81=20=D0=B2=D1=8B=D0=BB=D0=B5=D0=B7?= =?UTF-8?q?=D0=B0=D1=8E=D1=89=D0=B8=D0=BC=20=D0=BA=D1=81=D0=B5=D0=BD=D0=BE?= =?UTF-8?q?=D0=BC=D0=BE=D1=80=D1=84=D0=BE=D0=BC=20=D0=BF=D0=BE=D0=BF=D1=80?= =?UTF-8?q?=D0=B0=D0=B2=D0=B8=D1=82=D1=81=D1=8F.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/modules/mob/living/carbon/alien/special/alien_embryo.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/living/carbon/alien/special/alien_embryo.dm b/code/modules/mob/living/carbon/alien/special/alien_embryo.dm index 929eeded9a60..d0080d264229 100644 --- a/code/modules/mob/living/carbon/alien/special/alien_embryo.dm +++ b/code/modules/mob/living/carbon/alien/special/alien_embryo.dm @@ -105,6 +105,7 @@ new_xeno.visible_message("[new_xeno] bursts out of [owner]!", "You exit [owner], your previous host.", "You hear organic matter ripping and tearing!") owner.apply_damage(rand(100,300),BRUTE,zone,FALSE) //Random high damage to torso so health sensors don't metagame. var/obj/item/bodypart/B = owner.get_bodypart(zone) + owner.cut_overlay(overlay) B.drop_organs(owner) //Lets still make the death gruesome and impossible to just simply defib someone. owner.death(FALSE) //Just in case some freak occurance occurs where you somehow survive all your organs being removed from you and the 100-300 brute damage. else //When it is removed via surgery at a late stage, rather than forced.