Merge pull request #6423 from Citadel-Station-13/upstream-merge-37233

[MIRROR] Fixes BSA targetting offline GPS
This commit is contained in:
deathride58
2018-04-16 02:48:12 +00:00
committed by GitHub

View File

@@ -254,7 +254,8 @@
/obj/machinery/computer/bsa_control/proc/calibrate(mob/user)
var/list/gps_locators = list()
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
if(area_aim)