From d589ea105e5c99a7a493bbcc7d8806a06a5dfd49 Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Tue, 5 Mar 2019 09:07:21 +0100 Subject: [PATCH] Update alphachocobo.dm --- code/modules/mob/living/simple_animal/vore/alphachocobo.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/vore/alphachocobo.dm b/code/modules/mob/living/simple_animal/vore/alphachocobo.dm index 1f0f042515..e36e418464 100644 --- a/code/modules/mob/living/simple_animal/vore/alphachocobo.dm +++ b/code/modules/mob/living/simple_animal/vore/alphachocobo.dm @@ -5,6 +5,7 @@ icon_state = "alpha_chocobo" icon_living = "alpha_chocobo" icon_dead = "alpha_chocobo_dead" + isEdible = 0 faction = "chocobo" maxHealth = 350 @@ -45,4 +46,4 @@ ..() var/obj/belly/B = vore_selected B.name = "Stomach" - B.desc = "With a quick gulp youre squeezed down into the large roc's spacious belly, though the stomach seems to be able to stretch a lot it still hugs you tightly in an almost possesive way and its owner lets out a satisfied squak." \ No newline at end of file + B.desc = "With a quick gulp youre squeezed down into the large roc's spacious belly, though the stomach seems to be able to stretch a lot it still hugs you tightly in an almost possesive way and its owner lets out a satisfied squak."