mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-28 06:28:01 +01:00
Growable Poultice Herbs
Fully implemented S'Rendarr's Hand and Messa's Tear for hydroponics! Using these plants as poultices can surely allow hydroponics to contribute a bit more to other areas of the station.
This commit is contained in:
@@ -132,6 +132,40 @@
|
||||
plant_type = 0
|
||||
growthstages = 1
|
||||
|
||||
/obj/item/seeds/shandseed
|
||||
name = "pack of s'rendarr's hand seeds"
|
||||
desc = "These seeds grow into a helpful herb called S'Rendarr's Hand, native to Ahdomai."
|
||||
icon_state = "seed-shand"
|
||||
mypath = "/obj/item/seeds/shandseed"
|
||||
species = "shand"
|
||||
plantname = "S'Rendarr's Hand"
|
||||
productname = "/obj/item/stack/medical/bruise_pack/tajaran"
|
||||
lifespan = 50
|
||||
endurance = 25
|
||||
maturation = 3
|
||||
production = 5
|
||||
yield = 4
|
||||
potency = 10
|
||||
plant_type = 0
|
||||
growthstages = 3
|
||||
|
||||
/obj/item/seeds/mtearseed
|
||||
name = "pack of messa's tear seeds"
|
||||
desc = "These seeds grow into a helpful herb called Messa's Tear, native to Ahdomai."
|
||||
icon_state = "seed-mtear"
|
||||
mypath = "/obj/item/seeds/shandseed"
|
||||
species = "mtear"
|
||||
plantname = "Messa's Tear"
|
||||
productname = "/obj/item/stack/medical/ointment/tajaran"
|
||||
lifespan = 50
|
||||
endurance = 25
|
||||
maturation = 3
|
||||
production = 5
|
||||
yield = 4
|
||||
potency = 10
|
||||
plant_type = 0
|
||||
growthstages = 3
|
||||
|
||||
/obj/item/seeds/berryseed
|
||||
name = "pack of berry seeds"
|
||||
desc = "These seeds grow into berry bushes."
|
||||
|
||||
Reference in New Issue
Block a user