Increases handheld T-ray scanner range (#39427)

Right now, handheld T-ray scanners barely see any use since they have the same
range as T-ray glasses but still take up a pocket/hand slot. Increasing their
scan range will hopefully make them a viable alternative.

New T-ray ranges:
Engineering scanner glasses: 1
T-ray glasses: 2
T-ray scanners: 3
This commit is contained in:
81Denton
2018-07-29 11:18:59 -07:00
committed by Tad Hardesty
parent ad5bba43d5
commit cbcf41a6ed
+1 -1
View File
@@ -42,7 +42,7 @@ SLIME SCANNER
/obj/item/t_scanner/proc/scan()
t_ray_scan(loc)
/proc/t_ray_scan(mob/viewer, flick_time = 8, distance = 2)
/proc/t_ray_scan(mob/viewer, flick_time = 8, distance = 3)
if(!ismob(viewer) || !viewer.client)
return
var/list/t_ray_images = list()