Grass planet atmos fix (#16408)

This commit is contained in:
Alberyk
2023-05-30 16:15:25 +00:00
committed by GitHub
parent ead8dcc172
commit 45ce4ee228
2 changed files with 6 additions and 1 deletions
-1
View File
@@ -21,7 +21,6 @@
/obj/effect/overmap/visitable/sector/exoplanet/grass/generate_atmosphere()
..()
if(atmosphere)
atmosphere.adjust_gas(GAS_CHLORINE, MOLES_O2STANDARD)
atmosphere.temperature = T20C + rand(10, 30)
atmosphere.update_values()