Xeno impreg now gets stopped by stasis (#47307)

* Xeno impreg now gets stopped by stasis

* holy fuck why does my editor do this?

* review change

* ree
This commit is contained in:
nemvar
2019-10-27 20:21:20 +01:00
committed by AnturK
parent 205338eac8
commit d4ea42c950
+3 -3
View File
@@ -9,10 +9,10 @@
..()
to_chat(finder, "<span class='warning'>You found an unknown alien organism in [owner]'s [zone]!</span>")
/obj/item/organ/body_egg/New(loc)
/obj/item/organ/body_egg/Initialize()
. = ..()
if(iscarbon(loc))
src.Insert(loc)
return ..()
Insert(loc)
/obj/item/organ/body_egg/Insert(var/mob/living/carbon/M, special = 0)
..()