From d18c090b60861fc355a878c93f1b4d1ddd75fa34 Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Thu, 28 Feb 2019 14:43:35 +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 26470b7767..daba236990 100644 --- a/code/modules/mob/living/simple_animal/animals/tomato.dm +++ b/code/modules/mob/living/simple_animal/animals/tomato.dm @@ -151,7 +151,7 @@ /obj/item/weapon/reagent_containers/food/snacks/soylentgreen/piranha name = "Soylent" - desc = "This was spat out by a strange plantt hat eats people." + desc = "This was spat out by a strange plant that eats people." icon_state = "soylent_green" filling_color = "#B8E6B5" center_of_mass = list("x"=15, "y"=11)