mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-21 20:20:33 +01:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user