Update dogborgstuff.dm (#2013)

This commit is contained in:
lm40
2017-07-15 00:35:22 -04:00
committed by kevinz000
parent bd3c3e9de4
commit 80d06fe843
+1 -1
View File
@@ -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 ? "<a href='?_src_=holder;adminplayerobservecoodjump=1;X=[hound.x];Y=[hound.y];Z=[hound.z]'>JMP</a>" : "null"])")
to_chat(hound,"<span class='notice'>You feel your belly slowly churn around [T], breaking them down into a soft slurry to be used as power for your systems.</span>")
to_chat(T,"<span class='notice'>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.</span>")