mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 20:47:43 +01:00
* Material defines * Move these * Food sytnhetizer --------- Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
11 lines
267 B
Plaintext
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
|
|
)
|