mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 15:17:01 +01:00
[MIRROR] Forensics scanner can't be printed anymore [MDB IGNORE] (#17182)
* Forensics scanner can't be printed anymore (#70788) * Removes the forensic scanner's design, which now makes it unprintable. It can only be required through the Detective or from Cargo. * Forensics scanner can't be printed anymore Co-authored-by: GuillaumePrata <55374212+GuillaumePrata@users.noreply.github.com>
This commit is contained in:
co-authored by
GuillaumePrata
parent
c8ba37c59f
commit
c9013dd677
@@ -691,18 +691,6 @@
|
||||
)
|
||||
departmental_flags = DEPARTMENT_BITFLAG_SECURITY
|
||||
|
||||
/datum/design/detective_scanner
|
||||
name = "Forensic Scanner"
|
||||
desc = "Used to remotely scan objects and biomass for DNA and fingerprints. Can print a report of the findings."
|
||||
id = "detective_scanner"
|
||||
build_type = PROTOLATHE | AWAY_LATHE
|
||||
materials = list(/datum/material/iron = 5000, /datum/material/glass = 1000, /datum/material/gold = 2500, /datum/material/silver = 2000)
|
||||
build_path = /obj/item/detective_scanner
|
||||
category = list(
|
||||
RND_CATEGORY_EQUIPMENT + RND_SUBCATEGORY_EQUIPMENT_SECURITY
|
||||
)
|
||||
departmental_flags = DEPARTMENT_BITFLAG_SECURITY
|
||||
|
||||
/datum/design/pepperspray
|
||||
name = "Pepper Spray"
|
||||
desc = "Manufactured by UhangInc, used to blind and down an opponent quickly. Printed pepper sprays do not contain reagents."
|
||||
|
||||
@@ -429,7 +429,6 @@
|
||||
design_ids = list(
|
||||
"crewpinpointer",
|
||||
"defibrillator_compact",
|
||||
"detective_scanner",
|
||||
"harvester",
|
||||
"healthanalyzer_advanced",
|
||||
"holobarrier_med",
|
||||
|
||||
Reference in New Issue
Block a user