From c4dd7e6a5ba1d5d5da6d5895645d127d1e9f7247 Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Fri, 22 Mar 2019 11:06:23 +0100 Subject: [PATCH] Update tomato.dm --- code/modules/mob/living/simple_animal/animals/tomato.dm | 3 ++- 1 file changed, 2 insertions(+), 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 2edab37c12..54fd4354f4 100644 --- a/code/modules/mob/living/simple_animal/animals/tomato.dm +++ b/code/modules/mob/living/simple_animal/animals/tomato.dm @@ -197,7 +197,8 @@ if(vore_fullness && !antispam) antispam = 1 spawn(10) - maxHealth += 1 + if(maxhealth <= 499) + maxHealth += 1 health += 1 antispam = !antispam