The groups exist, but the lists do not.

This commit is contained in:
Kreastr
2012-11-12 02:41:12 +02:00
parent dc396ddb57
commit 2faf9c7a9c
2 changed files with 2 additions and 2 deletions

View File

@@ -324,7 +324,7 @@
del(src)
/obj/machinery/atmospherics/unary/vent_pump/Del()
if (initial_loc)
if (initial_loc.air_scrub_info)
initial_loc.air_scrub_info -= id_tag
..()
return

View File

@@ -260,7 +260,7 @@
del(src)
/obj/machinery/atmospherics/unary/vent_scrubber/Del()
if (initial_loc)
if (initial_loc.air_scrub_info)
initial_loc.air_scrub_info -= id_tag
..()
return