initial commit (#29881)

This commit is contained in:
Burzah
2025-08-01 00:10:16 -07:00
committed by GitHub
parent 86f37b9371
commit 3d5b042c31
@@ -53,21 +53,19 @@
name = "[initial_loc.name] Air Scrubber #[length(initial_loc.scrubbers)]"
/obj/machinery/atmospherics/unary/vent_scrubber/Destroy()
. = ..()
if(initial_loc)
initial_loc.scrubbers -= src
GLOB.all_scrubbers -= src
return ..()
/obj/machinery/atmospherics/unary/vent_scrubber/examine(mob/user)
. = ..()
. += "<span class='notice'>This filters the atmosphere of harmful gas. Filtered gas goes straight into the connected pipenet. Controlled by an Air Alarm.</span>"
if(welded)
. += "It seems welded shut."
/obj/machinery/atmospherics/unary/vent_scrubber/Destroy()
if(initial_loc)
initial_loc.scrubbers -= src
return ..()
/obj/machinery/atmospherics/unary/vent_scrubber/update_overlays()
. = ..()
plane = FLOOR_PLANE