Remaps the Toxins Area on Deltastation and Adds an Empty Portable Air Pump Variant (#31000)

* finishes the remap and adds a portable air pump that starts empty

* inheritance moment

* linter fixes

* addresses komrad's comment and moves the pipe adapters to be hidden
This commit is contained in:
Hayden Redacted
2025-12-03 16:04:13 +00:00
committed by GitHub
parent 7bec211924
commit 79a891fd6d
2 changed files with 1169 additions and 1091 deletions
@@ -26,6 +26,13 @@
air_contents.set_oxygen(MAX_TARGET_PRESSURE * O2STANDARD * volume / (T20C * R_IDEAL_GAS_EQUATION))
air_contents.set_nitrogen(MAX_TARGET_PRESSURE * N2STANDARD * volume / (T20C * R_IDEAL_GAS_EQUATION))
/obj/machinery/atmospherics/portable/pump/empty
/obj/machinery/atmospherics/portable/pump/empty/Initialize(mapload)
. = ..()
air_contents.set_oxygen(0)
air_contents.set_nitrogen(0)
/obj/machinery/atmospherics/portable/pump/examine(mob/user)
. = ..()
. += "<span class='notice'>Invaluable for filling air in a room rapidly after a breach repair. The internal gas container can be filled by \