mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-27 23:29:10 +01:00
Co-authored-by: Guti <32563288+TheCaramelion@users.noreply.github.com> Co-authored-by: Cameron Lennox <killer65311@gmail.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
|
|
)
|