mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-17 11:05:16 +01:00
[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:
@@ -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
|
||||
Reference in New Issue
Block a user