Reduce the ore scanner time from 10 to 2 seconds. Same as the mech one.

This commit is contained in:
lbnesquik
2020-08-30 22:13:24 +02:00
parent e2cff9b3fa
commit d6dcf28b1a
+1 -1
View File
@@ -6,7 +6,7 @@
item_state = "electronic"
origin_tech = list(TECH_MAGNET = 1, TECH_ENGINEERING = 1)
matter = list(DEFAULT_WALL_MATERIAL = 150)
var/scan_time = 5 SECONDS
var/scan_time = 2 SECONDS
/obj/item/weapon/mining_scanner/attack_self(mob/user as mob)
to_chat(user, "<span class='notice'>You begin sweeping \the [src] about, scanning for metal deposits.</span>")