[MIRROR] Brings stationary tank pressure limit up to canister level and makes them cheaper [MDB IGNORE] (#12610)

* Brings stationary tank pressure limit up to canister level (#65987)

and makes them cheaper

* Brings stationary tank pressure limit up to canister level and makes them cheaper

Co-authored-by: Emmett Gaines <ninjanomnom@gmail.com>
This commit is contained in:
SkyratBot
2022-04-08 15:57:11 +01:00
committed by GitHub
co-authored by Emmett Gaines
parent cea9a9cd1d
commit 71081b2940
@@ -1,4 +1,4 @@
#define TANK_PLATING_SHEETS 20
#define TANK_PLATING_SHEETS 12
/obj/machinery/atmospherics/components/tank
icon = 'icons/obj/atmospherics/stationary_canisters.dmi'
@@ -34,7 +34,7 @@
/// The volume of the gas mixture
var/volume = 2500 //in liters
/// The max pressure of the gas mixture before damaging the tank
var/max_pressure = 20000
var/max_pressure = 46000
/// The typepath of the gas this tank should be filled with.
var/gas_type = null