mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-03 14:03:25 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user