mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
Merge pull request #6328 from 9600bauds/risefromyourgrave
Fixes not being able to mutate killer tomatoes
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user