From de0422886d5bcb3c71d394c10a9cc63b970714c4 Mon Sep 17 00:00:00 2001 From: Jack Edge Date: Sun, 8 May 2016 23:48:29 +0100 Subject: [PATCH] Fixes facehugger related equipping issue If the facehugger is directly equipped to the mask slot (or Pun Pun spawned and equipped) it will not infect or do anything. --- code/modules/mob/living/carbon/alien/special/facehugger.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/modules/mob/living/carbon/alien/special/facehugger.dm b/code/modules/mob/living/carbon/alien/special/facehugger.dm index 040046a08dd..a172564fb67 100644 --- a/code/modules/mob/living/carbon/alien/special/facehugger.dm +++ b/code/modules/mob/living/carbon/alien/special/facehugger.dm @@ -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