Merge pull request #3851 from Fox-McCloud/xeno-fixes

Facehugger and Embryo Fixes
This commit is contained in:
TheDZD
2016-03-12 11:29:45 -05:00
7 changed files with 63 additions and 91 deletions
+1 -1
View File
@@ -352,7 +352,7 @@
if(child)
child.loc = get_turf(src)
if(kill && istype(child))
child.death()
child.Die()
else
for(var/mob/M in range(1,src))
if(CanHug(M))