I Got No Wood

Changelog Notes:

- Prevents wood generation exploit for the holodeck that lets you get wood from holodeck generated dead/pine trees.

- Thus adding holodeck variation.
This commit is contained in:
TheFurryFeline
2020-02-15 22:40:47 -05:00
parent ca7aa0fba3
commit 5859b28dbe
2 changed files with 14 additions and 2 deletions
@@ -154,6 +154,12 @@
/obj/structure/flora/tree/pine/choose_icon_state()
return "[base_state]_[rand(1, 3)]"
//CHOMPStation Addition Start 15/2/20 TFF - Holodeck variation trees, drop no wood.
/obj/structure/flora/tree/pine/holo
product = null
product_amount = 0
//CHOMPStation Addition End
/obj/structure/flora/tree/pine/xmas
name = "xmas tree"
@@ -215,6 +221,12 @@
/obj/structure/flora/tree/dead/choose_icon_state()
return "[base_state]_[rand(1, 6)]"
//CHOMPStation Addition Start 15/2/20 TFF - Holodeck variation trees, drop no wood.
/obj/structure/flora/tree/dead/holo
product = null
product_amount = 0
//CHOMPStation Addition End
// Small jungle trees
/obj/structure/flora/tree/jungle_small