From 002425beb3cda819ef9f7801c0f6648c05d98158 Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Thu, 28 Feb 2019 14:43:03 +0100 Subject: [PATCH] Update tomato.dm --- code/modules/mob/living/simple_animal/animals/tomato.dm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/code/modules/mob/living/simple_animal/animals/tomato.dm b/code/modules/mob/living/simple_animal/animals/tomato.dm index 5b62ea115f..26470b7767 100644 --- a/code/modules/mob/living/simple_animal/animals/tomato.dm +++ b/code/modules/mob/living/simple_animal/animals/tomato.dm @@ -32,6 +32,11 @@ desc = "It's a plant, that eats people!" tt_desc = "Packun Flower" + //remove this thing once we got our own sprites to use. + icon_state = "tomato" + icon_living = "tomato" + icon_dead = "tomato_dead" + faction = "plants" intelligence_level = SA_PLANT