global lists global defined

This commit is contained in:
Desolate
2018-10-02 15:52:46 -05:00
parent c47df961d9
commit c974e29a3c
385 changed files with 1403 additions and 1403 deletions
+2 -2
View File
@@ -140,7 +140,7 @@ var/list/GPS_list = list()
/obj/item/gps/visible_debug/New()
. = ..()
tagged = list()
fast_processing.Add(src)
GLOB.fast_processing.Add(src)
/obj/item/gps/visible_debug/process()
var/turf/T = get_turf(src)
@@ -161,5 +161,5 @@ var/list/GPS_list = list()
if(tagged)
clear()
tagged = null
fast_processing.Remove(src)
GLOB.fast_processing.Remove(src)
. = ..()