mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-30 16:48:12 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user