Adds simple peanuts to hydroponics

Thanks to Nienhaus for the sprites.
http://baystation12.net/forums/viewtopic.php?f=44&t=9984
Will update this with more applications for peanuts soon.
This commit is contained in:
Jarcolr
2014-05-17 11:48:21 +03:00
parent 1679b4062f
commit 68326eaf95
5 changed files with 32 additions and 1 deletions

View File

@@ -216,6 +216,19 @@
reagents.add_reagent("kelotane", 3+round((potency / 5), 1))
bitesize = 1+round(reagents.total_volume / 2, 1)
/obj/item/weapon/reagent_containers/food/snacks/grown/peanut
seed = "/obj/item/seeds/peanutseed"
name = "peanut"
desc = "Nuts!"
icon_state = "peanut"
filling_color = "857e27"
potency = 25
New ()
..()
spawn(5)
reagents.add_reagent("nutriment", 1+round((potency / 10), 1))
bitesize = 1+round(reagents.total_volume / 2, 1)
/obj/item/weapon/reagent_containers/food/snacks/grown/cabbage
seed = "/obj/item/seeds/cabbageseed"
name = "cabbage"