[MIRROR] Support Holoparasites can no longer heal while not manifested (#2915)

* Merge pull request #30948 from MoreRobustThanYou/patch-13

Support Holoparasites can no longer heal while not manifested

* Support Holoparasites can no longer heal while not manifested
This commit is contained in:
CitadelStationBot
2017-09-23 06:16:55 -05:00
committed by Poojawa
parent 69bcfc73bb
commit c1ea0af35e
@@ -28,7 +28,7 @@
/mob/living/simple_animal/hostile/guardian/healer/AttackingTarget()
. = ..()
if(toggle && iscarbon(target))
if(. && toggle && iscarbon(target))
var/mob/living/carbon/C = target
C.adjustBruteLoss(-5)
C.adjustFireLoss(-5)