mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-09 14:15:59 +01:00
Chameleon clerical kit (#19571)
This commit is contained in:
@@ -26,6 +26,20 @@
|
||||
)
|
||||
departmental_flags = DEPARTMENT_BITFLAG_SCIENCE
|
||||
|
||||
/datum/design_techweb/clerical
|
||||
name = "clerical equipment kit"
|
||||
desc = "A kit of clerical equipment with a pen and stamp that can change appearance and color."
|
||||
id = "clerical"
|
||||
// req_tech = list(TECH_ILLEGAL = 2)
|
||||
build_type = PROTOLATHE
|
||||
materials = list(MAT_STEEL = 500)
|
||||
build_path = /obj/item/storage/box/syndie_kit/clerical
|
||||
category = list(
|
||||
RND_CATEGORY_HACKED,
|
||||
RND_CATEGORY_EQUIPMENT + RND_SUBCATEGORY_EQUIPMENT_MISC
|
||||
)
|
||||
departmental_flags = DEPARTMENT_BITFLAG_SCIENCE
|
||||
|
||||
/datum/design_techweb/bodysnatcher
|
||||
name = "Body Snatcher"
|
||||
id = "bodysnatcher"
|
||||
|
||||
@@ -68,6 +68,7 @@
|
||||
"beacon",
|
||||
"beacon_locator",
|
||||
"chameleon",
|
||||
"clerical",
|
||||
"shelter_capsule",
|
||||
"shelter_capsule_luxury",
|
||||
"shelter_capsule_recroom",
|
||||
|
||||
Reference in New Issue
Block a user