Fixes not being able to mutate killer tomatoes

This commit is contained in:
9600bauds
2015-10-26 13:54:18 -03:00
parent 56751dda5a
commit 2864c31fb4

View File

@@ -860,7 +860,7 @@ proc/populate_seed_list()
seed_name = "blood tomato"
display_name = "blood tomato plant"
products = list(/obj/item/weapon/reagent_containers/food/snacks/grown/bloodtomato)
mutants = list("killer")
mutants = list("killertomato")
packet_icon = "seed-bloodtomato"
plant_icon = "bloodtomato"
chems = list("nutriment" = list(1,10), "blood" = list(1,5))