Printable N-Spects (#66510)

Makes N-Spects printable (unlocked with Basic Security Equipment) and removes the line in their description about them being hard to replace.
This commit is contained in:
Spock
2022-04-26 16:45:08 -07:00
committed by GitHub
parent 03900dcdf4
commit 3e2ea6ce60
3 changed files with 12 additions and 2 deletions
+1 -2
View File
@@ -5,8 +5,7 @@
*/
/obj/item/inspector
name = "\improper N-spect scanner"
desc = "Central Command-issued inspection device. Performs inspections according to Nanotrasen protocols when activated, then \
prints an encrypted report regarding the maintenance of the station. Hard to replace."
desc = "Central Command-issued inspection device. Performs inspections according to Nanotrasen protocols when activated, then prints an encrypted report regarding the maintenance of the station. Definitely not giving you cancer."
icon = 'icons/obj/device.dmi'
icon_state = "inspector"
worn_icon_state = "salestagger"
@@ -603,6 +603,16 @@
category = list("Equipment")
departmental_flags = DEPARTMENTAL_FLAG_SECURITY
/datum/design/inspector
name = "N-Spect Scanner"
desc = "Central Command-issued inspection device. Performs inspections according to Nanotrasen protocols when activated, then prints an encrypted report regarding the maintenance of the station. Definitely not giving you cancer."
id = "inspector"
build_type = PROTOLATHE | AWAY_LATHE
materials = list(/datum/material/iron = 5000, /datum/material/glass = 1000, /datum/material/gold = 1000, /datum/material/uranium = 2000)
build_path = /obj/item/inspector
category = list("Equipment")
departmental_flags = DEPARTMENTAL_FLAG_SECURITY
/datum/design/plumbing_rcd
name = "Plumbing Constructor"
id = "plumbing_rcd"
@@ -1333,6 +1333,7 @@
"pepperspray",
"seclite",
"zipties",
"inspector",
)
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 1000)