Add a noise for mining scanners.

This should affects all devices using it too.
This commit is contained in:
lbnesquik
2018-10-09 08:25:10 +02:00
parent 6fbbe3d04b
commit 8652e48a63
+1
View File
@@ -9,6 +9,7 @@
/obj/item/weapon/mining_scanner/attack_self(mob/user as mob)
user << "You begin sweeping \the [src] about, scanning for metal deposits."
playsound(loc, 'sound/items/goggles_charge.ogg', 50, 1, -6)
if(!do_after(user, 50))
return