mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-25 09:31:13 +00:00
Fixes Atmospherics Volume Tanks Output (#15261)
This commit is contained in:
@@ -62,8 +62,8 @@
|
||||
icon_state = "map_vent_in"
|
||||
external_pressure_bound = 0
|
||||
external_pressure_bound_default = 0
|
||||
internal_pressure_bound = MAX_PUMP_PRESSURE
|
||||
internal_pressure_bound_default = MAX_PUMP_PRESSURE
|
||||
internal_pressure_bound = 2000
|
||||
internal_pressure_bound_default = 2000
|
||||
pressure_checks = 2
|
||||
pressure_checks_default = 2
|
||||
|
||||
@@ -76,8 +76,8 @@
|
||||
icon_state = "map_vent_in"
|
||||
external_pressure_bound = 0
|
||||
external_pressure_bound_default = 0
|
||||
internal_pressure_bound = MAX_PUMP_PRESSURE
|
||||
internal_pressure_bound_default = MAX_PUMP_PRESSURE
|
||||
internal_pressure_bound = 2000
|
||||
internal_pressure_bound_default = 2000
|
||||
pressure_checks = 2
|
||||
pressure_checks_default = 2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user