[MIRROR] Fixes "Atmos Asteroid" Active Turfs - Irony Edition [MDB IGNORE] (#20230)

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

* Fixes "Atmos Asteroid" Active Turfs - Irony Edition

---------

Co-authored-by: san7890 <the@san7890.com>
This commit is contained in:
SkyratBot
2023-04-01 04:25:50 +02:00
committed by GitHub
parent 6b348e28d2
commit 413af1be2f
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