Still more forgotten (#22103)

This commit is contained in:
1080pCat
2023-09-01 21:51:06 +01:00
committed by GitHub
parent 7de34aff24
commit ccf9590b34
2 changed files with 2 additions and 0 deletions
@@ -16,6 +16,7 @@
var/direction = DIRECTION_IN
/// The desired pressure the pump should be outputting, either into the atmosphere, or into a holding tank.
target_pressure = 101.325
pull_speed = 0
/obj/machinery/atmospherics/portable/pump/examine(mob/user)
. = ..()
@@ -11,6 +11,7 @@
var/volume_rate = 101.325
/// Is this scrubber acting on the 3x3 area around it.
var/widenet = FALSE
pull_speed = 0
/obj/machinery/atmospherics/portable/scrubber/examine(mob/user)
. = ..()