mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-14 00:23:29 +01:00
Detective Scanner Protolathe Production
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
item_state = "electronic"
|
||||
flags = CONDUCT | NOBLUDGEON
|
||||
slot_flags = SLOT_BELT
|
||||
origin_tech = "magnets=4;biotech=2"
|
||||
var/scanning = 0
|
||||
var/list/log = list()
|
||||
|
||||
|
||||
@@ -99,4 +99,15 @@
|
||||
build_type = PROTOLATHE
|
||||
materials = list("$metal" = 4000, "$glass" = 1000)
|
||||
build_path = /obj/item/clothing/mask/gas/welding
|
||||
category = list("Equipment")
|
||||
|
||||
/datum/design/detective_scanner
|
||||
name = "Forensic Scanner"
|
||||
desc = "A high tech scanner designed for forensic evidence collection, DNA recovery, and fiber analysis."
|
||||
id = "detectivescanner"
|
||||
req_tech = list("biotech" = 2, "magnets" = 4)
|
||||
build_type = PROTOLATHE
|
||||
materials = list("$metal" = 6000, "$glass" = 2000)
|
||||
build_path = /obj/item/device/detective_scanner
|
||||
locked = 1 //no validhunting scientists.
|
||||
category = list("Equipment")
|
||||
Reference in New Issue
Block a user