Skip to content

Commit

Permalink
Brings stationary tank pressure limit up to canister level (tgstation…
Browse files Browse the repository at this point in the history
…#65987)

and makes them cheaper
  • Loading branch information
ninjanomnom authored Apr 8, 2022
1 parent fb19e6c commit 5b01b04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/atmospherics/machinery/components/tank.dm
Original file line number Diff line number Diff line change
@@ -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'
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 5b01b04

Please sign in to comment.