From 8ec79caf7f1cf5fee1db6388e13cc88c62daee06 Mon Sep 17 00:00:00 2001 From: Fox-McCloud Date: Sat, 12 Mar 2016 05:18:20 -0500 Subject: [PATCH] double-processing fix --- code/modules/surgery/organs/body_egg.dm | 5 ----- 1 file changed, 5 deletions(-) diff --git a/code/modules/surgery/organs/body_egg.dm b/code/modules/surgery/organs/body_egg.dm index d0502250292..7cd53c4319a 100644 --- a/code/modules/surgery/organs/body_egg.dm +++ b/code/modules/surgery/organs/body_egg.dm @@ -10,11 +10,6 @@ ..() finder << "You found an unknown alien organism in [owner]'s [parent_organ]!" -/obj/item/organ/internal/body_egg/New(loc) - if(iscarbon(loc)) - insert(loc) - return ..() - /obj/item/organ/internal/body_egg/insert(var/mob/living/carbon/M, special = 0) ..() owner.status_flags |= XENO_HOST