mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 15:37:36 +01:00
global lists global defined
This commit is contained in:
@@ -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)
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user