Merge pull request #17494 from coiax/die-facehugger-bug

Fixes facehugger related equipping issue
This commit is contained in:
Jordie
2016-05-10 18:50:15 +10:00
@@ -122,8 +122,6 @@ var/const/MAX_ACTIVE_TIME = 400
return 0
if(M.getorgan(/obj/item/organ/body_egg/alien_embryo))
return 0
if(loc == M)
return 0
if(stat != CONSCIOUS)
return 0
if(!sterile) M.take_organ_damage(strength,0) //done here so that even borgs and humans in helmets take damage