Fixes "Atmos Asteroid" Active Turfs - Irony Edition (#74379)

This commit is contained in:
san7890
2023-03-31 19:08:54 -07:00
committed by GitHub
parent e8eeb2d0ee
commit 17e23fed64
6 changed files with 1045 additions and 1126 deletions
@@ -0,0 +1,24 @@
/// ## A bunch of turf subtypes used to really make this ruin work.
/// Define of the specific gas mix we want across all of the turfs.
#define CO2_PRESSURIZED_MIX "o2=22;n2=82;co2=500;TEMP=293.15"
/turf/open/floor/iron/co2_pressurized
initial_gas_mix = CO2_PRESSURIZED_MIX
/turf/open/floor/iron/dark/co2_pressurized
initial_gas_mix = CO2_PRESSURIZED_MIX
/turf/open/floor/iron/dark/corner/co2_pressurized
initial_gas_mix = CO2_PRESSURIZED_MIX
/turf/open/floor/iron/dark/side/co2_pressurized
initial_gas_mix = CO2_PRESSURIZED_MIX
/turf/open/floor/plating/co2_pressurized
initial_gas_mix = CO2_PRESSURIZED_MIX
/turf/open/floor/engine/co2/equalized_with_regular_air // you come up with a better name and we can change this
initial_gas_mix = CO2_PRESSURIZED_MIX
#undef CO2_PRESSURIZED_MIX