mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-07-20 20:52:52 +01:00
The Deep Scan Device (#7937)
* The Deep Scan Device adds new ore detector sprite and changes name to better fit the functionality * Minor Grammatical Change Removed capitalization of 'deep scan device'
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
/obj/item/weapon/mining_scanner
|
||||
name = "ore detector"
|
||||
name = "deep scan device"
|
||||
desc = "A complex device used to locate ore deep underground."
|
||||
icon = 'icons/obj/device.dmi'
|
||||
icon_state = "forensic0-old" //GET A BETTER SPRITE.
|
||||
icon_state = "deep_scan_device"
|
||||
item_state = "electronic"
|
||||
origin_tech = list(TECH_MAGNET = 1, TECH_ENGINEERING = 1)
|
||||
matter = list(DEFAULT_WALL_MATERIAL = 150)
|
||||
|
||||
Reference in New Issue
Block a user