mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-25 22:28:44 +01:00
[MIRROR] Adds Inflation (#12771)
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
co-authored by
Cameron Lennox
parent
20544c74f7
commit
2aa49e224a
@@ -303,3 +303,16 @@
|
||||
RND_CATEGORY_TOOLS + RND_SUBCATEGORY_TOOLS_SERVICE
|
||||
)
|
||||
departmental_flags = DEPARTMENT_BITFLAG_SCIENCE | DEPARTMENT_BITFLAG_SERVICE
|
||||
|
||||
/datum/design_techweb/cargo_scanner
|
||||
name = "cargo scanner"
|
||||
desc = "A device for scanning items for cargo value."
|
||||
id = "cargo_scanner"
|
||||
build_type = AUTOLATHE | PROTOLATHE
|
||||
materials = list(MAT_STEEL = 500, MAT_GLASS = 200)
|
||||
build_path = /obj/item/cargo_scanner
|
||||
category = list(
|
||||
RND_CATEGORY_INITIAL,
|
||||
RND_CATEGORY_TOOLS + RND_SUBCATEGORY_TOOLS_SERVICE
|
||||
)
|
||||
departmental_flags = DEPARTMENT_BITFLAG_SCIENCE | DEPARTMENT_BITFLAG_SERVICE
|
||||
|
||||
@@ -28,6 +28,7 @@
|
||||
// "earmuffs",
|
||||
"taperecorder",
|
||||
"recordingcassette",
|
||||
"cargo_scanner",
|
||||
// "toy_balloon",
|
||||
// "pet_carrier",
|
||||
// "chisel",
|
||||
|
||||
Reference in New Issue
Block a user