diff --git a/hyperstation/code/mobs/mimic.dm b/hyperstation/code/mobs/mimic.dm index bcb9982e..be487906 100644 --- a/hyperstation/code/mobs/mimic.dm +++ b/hyperstation/code/mobs/mimic.dm @@ -90,7 +90,7 @@ if(.) if(stealthed) restore() - if(A.stat != DEAD) + if(A.stat == CONSCIOUS) adjustBruteLoss(-3) //We heal 3 damage /mob/living/simple_animal/hostile/hs13mimic/adjustHealth(amount, updating_health = TRUE, forced = FALSE)