Files
e9d2322565 Makes material costs use sheets amount define (#19584)
* Material defines

* Move these

* Food sytnhetizer

---------

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
2026-07-09 18:24:13 -04:00

11 lines
267 B
Plaintext

/datum/design_techweb/pickaxe
name = "pickaxe"
id = "pickaxe"
build_type = AUTOLATHE
materials = list(MAT_STEEL = MATERIAL_COST(1.25))
build_path = /obj/item/pickaxe
category = list(
RND_CATEGORY_INITIAL,
RND_CATEGORY_TOOLS + RND_SUBCATEGORY_TOOLS_CARGO
)