From 44d4986a2e221a63da8264f672e39bdc6c4d4ef1 Mon Sep 17 00:00:00 2001 From: LeighKnapenberger <30282318+LeighKnapenberger@users.noreply.github.com> Date: Fri, 31 Jan 2020 00:16:22 -0500 Subject: [PATCH] Update seed_datums.dm --- code/modules/hydroponics/seed_datums.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/hydroponics/seed_datums.dm b/code/modules/hydroponics/seed_datums.dm index d13a3f7687..f08720cae2 100644 --- a/code/modules/hydroponics/seed_datums.dm +++ b/code/modules/hydroponics/seed_datums.dm @@ -168,7 +168,7 @@ name = "bloodtomato" seed_name = "blood tomato" display_name = "blood tomato plant" - mutants = list("killer") + mutants = list("killertomato") chems = list("nutriment" = list(1,10), "blood" = list(1,5)) splat_type = /obj/effect/decal/cleanable/blood/splatter @@ -1520,4 +1520,4 @@ set_trait(TRAIT_SPREAD,1) set_trait(TRAIT_POTENCY,10) set_trait(TRAIT_REQUIRES_NUTRIENTS,0) - set_trait(TRAIT_REQUIRES_WATER,0) \ No newline at end of file + set_trait(TRAIT_REQUIRES_WATER,0)