mirror of
https://github.com/goonstation/goonstation-2020.git
synced 2026-08-23 20:16:11 +01:00
20 lines
410 B
Plaintext
20 lines
410 B
Plaintext
|
|
//flowers n stuff
|
|
|
|
/datum/plant/rose
|
|
name = "Rose"
|
|
category = "Flower" //????
|
|
seedcolor = "#AA2222"
|
|
crop = /obj/item/plant/flower/rose
|
|
starthealth = 20
|
|
growtime = 30
|
|
harvtime = 100
|
|
cropsize = 5
|
|
harvests = 1
|
|
endurance = 0
|
|
nectarlevel = 12
|
|
genome = 7
|
|
force_seed_on_harvest = 1
|
|
mutations = list()
|
|
commuts = list(/datum/plant_gene_strain/immunity_radiation,/datum/plant_gene_strain/damage_res/bad)
|