From 69542dd4dbe990e095dcd838ec887c50aa960990 Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Tue, 5 Mar 2019 09:02:43 +0100 Subject: [PATCH] Update deathclaw.dm --- code/modules/mob/living/simple_animal/vore/deathclaw.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/living/simple_animal/vore/deathclaw.dm b/code/modules/mob/living/simple_animal/vore/deathclaw.dm index c0e6e85df3..4ce60a2bc8 100644 --- a/code/modules/mob/living/simple_animal/vore/deathclaw.dm +++ b/code/modules/mob/living/simple_animal/vore/deathclaw.dm @@ -5,6 +5,7 @@ icon_dead = "deathclaw-dead" icon_living = "deathclaw" icon_state = "deathclaw" + isEdible = 0 attacktext = list("mauled")