mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 05:27:01 +01:00
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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user