Merge pull request #11245 from Aranclanos/alienfacehuggerhud

Fixes the alien hud icon for infected people not appearing.
This commit is contained in:
Remie Richards
2015-08-18 20:39:33 +01:00
3 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -419,7 +419,7 @@
return
var/mob/living/carbon/C = AM
if(C.stat == CONSCIOUS && C.status_flags & XENO_HOST)
if(C.stat == CONSCIOUS && C.getorgan(/obj/item/organ/internal/body_egg/alien_embryo))
return
Burst(0)