mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 05:23:22 +01:00
awful hacky garbage (#16421)
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
/obj/effect/overmap/visitable/sector/exoplanet/barren/aethemir/generate_atmosphere()
|
||||
..()
|
||||
if(atmosphere)
|
||||
atmosphere.remove_ratio(1)
|
||||
atmosphere.adjust_gas(GAS_NITROGEN, MOLES_O2STANDARD)
|
||||
atmosphere.update_values()
|
||||
|
||||
@@ -50,6 +51,7 @@
|
||||
/obj/effect/overmap/visitable/sector/exoplanet/barren/azmar/generate_atmosphere()
|
||||
..()
|
||||
if(atmosphere)
|
||||
atmosphere.remove_ratio(1)
|
||||
atmosphere.adjust_gas(GAS_CHLORINE, MOLES_O2STANDARD)
|
||||
atmosphere.temperature = T0C + 500
|
||||
atmosphere.update_values()
|
||||
@@ -186,6 +188,9 @@
|
||||
/obj/effect/overmap/visitable/sector/exoplanet/adhomai/generate_atmosphere()
|
||||
..()
|
||||
if(atmosphere)
|
||||
atmosphere.remove_ratio(1)
|
||||
atmosphere.adjust_gas(GAS_OXYGEN, MOLES_O2STANDARD, 1)
|
||||
atmosphere.adjust_gas(GAS_NITROGEN, MOLES_N2STANDARD, 1)
|
||||
if(landing_faction == "North Pole")
|
||||
atmosphere.temperature = T0C - 40
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user