From d6f33a0127b19aa128134f208d168edb3cdb1ef4 Mon Sep 17 00:00:00 2001 From: Fox-McCloud Date: Tue, 12 Apr 2016 03:34:00 -0400 Subject: [PATCH] tweak 2 --- code/modules/hydroponics/seed_datums.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/hydroponics/seed_datums.dm b/code/modules/hydroponics/seed_datums.dm index a2340803452..e98c815a0f2 100644 --- a/code/modules/hydroponics/seed_datums.dm +++ b/code/modules/hydroponics/seed_datums.dm @@ -189,7 +189,7 @@ name = "bloodtomato" seed_name = "blood tomato" display_name = "blood tomato plant" - mutants = null + mutants = list("killertomato") chems = list("protein" = list(1,10), "blood" = list(1,5)) splat_type = /obj/effect/decal/cleanable/blood/splatter kitchen_tag = "bloodtomato"