mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
Fix for Issue 1868
This commit is contained in:
@@ -324,6 +324,7 @@
|
|||||||
del(src)
|
del(src)
|
||||||
|
|
||||||
/obj/machinery/atmospherics/unary/vent_pump/Del()
|
/obj/machinery/atmospherics/unary/vent_pump/Del()
|
||||||
|
if (initial_loc)
|
||||||
initial_loc.air_scrub_info -= id_tag
|
initial_loc.air_scrub_info -= id_tag
|
||||||
..()
|
..()
|
||||||
return
|
return
|
||||||
|
|||||||
@@ -260,6 +260,7 @@
|
|||||||
del(src)
|
del(src)
|
||||||
|
|
||||||
/obj/machinery/atmospherics/unary/vent_scrubber/Del()
|
/obj/machinery/atmospherics/unary/vent_scrubber/Del()
|
||||||
|
if (initial_loc)
|
||||||
initial_loc.air_scrub_info -= id_tag
|
initial_loc.air_scrub_info -= id_tag
|
||||||
..()
|
..()
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user