mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 14:07:51 +01:00
TG Mining Items
This commit is contained in:
@@ -43,7 +43,7 @@ REAGENT SCANNER
|
||||
/obj/item/device/t_scanner/attack_self(mob/user)
|
||||
|
||||
on = !on
|
||||
icon_state = "t-ray[on]"
|
||||
icon_state = copytext(icon_state, 1, length(icon_state))+"[on]"
|
||||
|
||||
if(on)
|
||||
processing_objects.Add(src)
|
||||
@@ -53,6 +53,9 @@ REAGENT SCANNER
|
||||
if(!on)
|
||||
processing_objects.Remove(src)
|
||||
return null
|
||||
scan()
|
||||
|
||||
/obj/item/device/t_scanner/proc/scan()
|
||||
|
||||
for(var/turf/T in range(scan_range, src.loc) )
|
||||
|
||||
|
||||
Reference in New Issue
Block a user