From bac45a41988a770a0f095b29cf30c4c6cfe9eb65 Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Mon, 18 Mar 2019 13:10:59 +0100 Subject: [PATCH] Vore ICon prepare --- code/modules/mob/living/simple_animal/animals/tarrasque.dm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/animals/tarrasque.dm b/code/modules/mob/living/simple_animal/animals/tarrasque.dm index 1608401d40..747b4d0b40 100644 --- a/code/modules/mob/living/simple_animal/animals/tarrasque.dm +++ b/code/modules/mob/living/simple_animal/animals/tarrasque.dm @@ -125,10 +125,11 @@ "rad" = 100) //Vore stuff vore_active = 1 - vore_capacity = 5 + vore_capacity = 2 vore_pounce_chance = 10 //Rare vore_default_mode = DM_DIGEST vore_standing_too = 1 + vore_icons = 0//SA_ICON_LIVING | SA_ICON_REST //Will enable this once i paste the belly sizes from Chocobo /mob/living/simple_animal/hostile/tarrasque/mrx/init_vore() ..() var/obj/belly/B = vore_selected @@ -137,6 +138,7 @@ /mob/living/simple_animal/hostile/tarrasque/mrx/New() ..() + update_icon() seedarkness = 0 src.sight |= SEE_OBJS src.sight |= SEE_TURFS