mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 02:09:41 +00:00
16 lines
332 B
Plaintext
16 lines
332 B
Plaintext
/datum/design/item/autolathe/tools/ice_pick
|
|
name = "ice pick"
|
|
id = "ice_pick"
|
|
build_path = /obj/item/weapon/ice_pick
|
|
materials = list(DEFAULT_WALL_MATERIAL = 15000)
|
|
|
|
/datum/design/item/autolathe/tools/shovel
|
|
name = "shovel"
|
|
id = "shovel"
|
|
build_path = /obj/item/weapon/shovel
|
|
materials = list(DEFAULT_WALL_MATERIAL = 62)
|
|
|
|
|
|
|
|
|