awful hacky garbage (#16421)

This commit is contained in:
RustingWithYou
2023-06-03 09:05:33 +00:00
committed by GitHub
parent 15a911bc84
commit b162969bd9
2 changed files with 46 additions and 0 deletions
@@ -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