Weeping Cherry (#10359)

This commit is contained in:
Kassc
2025-03-12 04:08:35 -04:00
committed by GitHub
parent ffefc339ab
commit add1b679e6
3 changed files with 22 additions and 0 deletions

View File

@@ -1,2 +1,24 @@
/obj/structure/flora/bush
max_harvests = 6 //Buffing this so outsiders aren't at each others throats for fiber.
/obj/structure/flora/tree/weepingcherry1
name = "Weeping Cherry"
desc = "A tall brown tree with long hanging branches filled with pink leaves, beautiful and aromatic. A specialized manufactured tree for space enviroments, some say this tree can survive in the void of space"
icon = 'modular_chomp/icons/obj/flora/weepingcherry1.dmi'
icon_state = "tree"
base_state = "tree"
product = /obj/item/stack/material/log
product_amount = 5
health = 200
max_health = 200
/obj/structure/flora/tree/weepingcherry2
name = "Weeping Cherry"
desc = "A tall brown tree with long hanging branches filled with pink leaves, beautiful and aromatic. A specialized manufactured tree for space environments, some say this tree can survive in the void of space!"
icon = 'modular_chomp/icons/obj/flora/weepingcherry2.dmi'
icon_state = "tree"
base_state = "tree"
product = /obj/item/stack/material/log
product_amount = 5
health = 250
max_health = 250