mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-26 18:13:11 +00:00
Adds an advanced version of the mining drill scanner.
Advanced scanner can adjust it's scan range and shows exact numbers of ore. Can be made in R&D or found in technical loot piles.
This commit is contained in:
@@ -48,3 +48,10 @@
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 1000,"glass" = 1000, MAT_COPPER = 50)
|
||||
build_path = /obj/item/device/depth_scanner
|
||||
sort_string = "FBAAA"
|
||||
|
||||
/datum/design/item/weapon/mining/mining_scanner
|
||||
id = "mining_scanner"
|
||||
req_tech = list(TECH_MAGNET = 3, TECH_ENGINEERING = 4, TECH_BLUESPACE = 1)
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 1000,"glass" = 500, MAT_COPPER = 250)
|
||||
build_path = /obj/item/weapon/mining_scanner/advanced
|
||||
sort_string = "FBAAB"
|
||||
Reference in New Issue
Block a user