mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 03:27:46 +01:00
@@ -431,3 +431,16 @@
|
||||
RND_CATEGORY_TOOLS + RND_SUBCATEGORY_MACHINE_ENGINEERING
|
||||
)
|
||||
departmental_flags = DEPARTMENT_BITFLAG_SCIENCE | DEPARTMENT_BITFLAG_ENGINEERING
|
||||
|
||||
/datum/design_techweb/hoist_kit
|
||||
name = "hoist kit"
|
||||
desc = "A setup kit for a hoist that can be used to lift things."
|
||||
id = "hoist_kit"
|
||||
materials = list(MAT_STEEL = 9000)
|
||||
build_path = /obj/item/hoist_kit
|
||||
build_type = AUTOLATHE | PROTOLATHE
|
||||
category = list(
|
||||
RND_CATEGORY_INITIAL,
|
||||
RND_CATEGORY_TOOLS + RND_SUBCATEGORY_TOOLS_CARGO
|
||||
)
|
||||
departmental_flags = DEPARTMENT_BITFLAG_SCIENCE | DEPARTMENT_BITFLAG_CARGO
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
// "recycler",
|
||||
// "stack_machine",
|
||||
// "stack_console",
|
||||
"hoist_kit",
|
||||
)
|
||||
|
||||
/datum/techweb_node/mining
|
||||
|
||||
Reference in New Issue
Block a user