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
+3 -3
View File
@@ -28,13 +28,13 @@
/obj/effect/countdown/proc/start()
if(!started)
fast_processing += src
GLOB.fast_processing += src
started = TRUE
/obj/effect/countdown/proc/stop()
if(started)
maptext = null
fast_processing -= src
GLOB.fast_processing -= src
started = FALSE
/obj/effect/countdown/proc/get_value()
@@ -57,7 +57,7 @@
/obj/effect/countdown/Destroy()
attached_to = null
fast_processing -= src
GLOB.fast_processing -= src
return ..()
/obj/effect/countdown/ex_act(severity) //immune to explosions