From 48b007578f313a139e810effe89fa6ec06b93b70 Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Wed, 20 Mar 2019 08:33:19 +0100 Subject: [PATCH] Update tomato.dm --- code/modules/mob/living/simple_animal/animals/tomato.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/animals/tomato.dm b/code/modules/mob/living/simple_animal/animals/tomato.dm index e5e1d3de1c..18a8fb8345 100644 --- a/code/modules/mob/living/simple_animal/animals/tomato.dm +++ b/code/modules/mob/living/simple_animal/animals/tomato.dm @@ -52,7 +52,7 @@ //Vore stuff vore_active = 1 vore_capacity = 1 - vore_pounce_chance = 30 + vore_pounce_chance = 10 vore_standing_too = 1 vore_ignores_undigestable = 0 vore_default_mode = DM_DIGEST