Facehugger and Embryo Fixes

This commit is contained in:
Fox-McCloud
2016-03-12 03:00:54 -05:00
parent cf47e7b22e
commit 0dc0ada004
7 changed files with 63 additions and 86 deletions
+2 -1
View File
@@ -33,7 +33,8 @@
..()
/obj/item/organ/internal/body_egg/process()
if(!owner) return
if(!owner)
return
if(!(src in owner.internal_organs))
remove(owner)
return