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