mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-13 17:23:44 +01:00
powder that makes you say yes
This commit is contained in:
@@ -86,4 +86,21 @@
|
||||
display_name = "alien wood"
|
||||
icon_colour = "#0099cc" // Cyan-ish
|
||||
stack_origin_tech = list(TECH_MATERIAL = 2, TECH_BIO = 2)
|
||||
stack_type = /obj/item/stack/material/log/sif
|
||||
stack_type = /obj/item/stack/material/log/sif
|
||||
|
||||
//VOREStation Addition Start
|
||||
/datum/material/wood/stick
|
||||
name = "wooden stick"
|
||||
icon_colour = "#824B28"
|
||||
display_name = "wood"
|
||||
icon_base = "stick"
|
||||
stack_type = /obj/item/stack/material/stick
|
||||
sheet_collective_name = "pile"
|
||||
pass_stack_colors = TRUE
|
||||
supply_conversion_value = 1
|
||||
sheet_singular_name = "stick"
|
||||
sheet_plural_name = "sticks"
|
||||
|
||||
/datum/material/wood/stick/generate_recipes()
|
||||
return
|
||||
//VOREStation Addition End
|
||||
|
||||
Reference in New Issue
Block a user