Merge pull request #37233 from KorPhaeron/gps3
Fixes BSA targetting offline GPS
This commit is contained in:
committed by
CitadelStationBot
parent
60a35c5270
commit
fbfac8ff36
@@ -254,7 +254,8 @@
|
|||||||
/obj/machinery/computer/bsa_control/proc/calibrate(mob/user)
|
/obj/machinery/computer/bsa_control/proc/calibrate(mob/user)
|
||||||
var/list/gps_locators = list()
|
var/list/gps_locators = list()
|
||||||
for(var/obj/item/device/gps/G in GLOB.GPS_list) //nulls on the list somehow
|
for(var/obj/item/device/gps/G in GLOB.GPS_list) //nulls on the list somehow
|
||||||
gps_locators[G.gpstag] = G
|
if(G.tracking)
|
||||||
|
gps_locators[G.gpstag] = G
|
||||||
|
|
||||||
var/list/options = gps_locators
|
var/list/options = gps_locators
|
||||||
if(area_aim)
|
if(area_aim)
|
||||||
|
|||||||
Reference in New Issue
Block a user