mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-28 06:28:01 +01:00
Adds Inflation (#19447)
* it's yours my friend as long as you have enough * Sellable AND bombcode is fixed * this * Craftable * Update code/controllers/subsystems/supply.dm * Update code/modules/economy/cargo_point_scanner.dm * Apply suggestion from @Cameron-The-Raven
This commit is contained in:
@@ -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