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

View File

@@ -60,7 +60,7 @@
/obj/machinery/atmospherics/unary/vent_pump/New()
..()
all_vent_pumps += src
GLOB.all_vent_pumps += src
icon = null
initial_loc = get_area(loc)
area_uid = initial_loc.uid
@@ -429,7 +429,7 @@
return ..()
/obj/machinery/atmospherics/unary/vent_pump/Destroy()
all_vent_pumps -= src
GLOB.all_vent_pumps -= src
if(initial_loc)
initial_loc.air_vent_info -= id_tag
initial_loc.air_vent_names -= id_tag