diff --git a/code/citadel/dogborgstuff.dm b/code/citadel/dogborgstuff.dm index 3c513369e5..161d893b25 100644 --- a/code/citadel/dogborgstuff.dm +++ b/code/citadel/dogborgstuff.dm @@ -684,7 +684,7 @@ var/mob/living/carbon/human/T = target //Mob is now dead - if(T.stat & DEAD) + if(T.stat & DEAD && T.digestable) message_admins("[key_name(hound)] has digested [key_name(T)] as a dogborg. ([hound ? "JMP" : "null"])") to_chat(hound,"You feel your belly slowly churn around [T], breaking them down into a soft slurry to be used as power for your systems.") to_chat(T,"You feel [hound]'s belly slowly churn around your form, breaking you down into a soft slurry to be used as power for [hound]'s systems.")