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:
Cameron Lennox
2026-05-21 10:22:06 -04:00
committed by GitHub
parent 56a5747dcb
commit 6ac39e264e
19 changed files with 392 additions and 25 deletions
@@ -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",