mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
Still more forgotten (#22103)
This commit is contained in:
@@ -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)
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user