[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:
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)
|
||||
|
||||
Reference in New Issue
Block a user