Makes Barren Exoplanets Airless (#18822)

Barren exoplanets only lose 90% of their generated atmosphere, which
seems odd given that the planet description is "An exoplanet that
couldn't hold its atmosphere". This makes them properly airless.
This commit is contained in:
RustingWithYou
2024-04-05 22:30:08 +00:00
committed by GitHub
parent 18de68f654
commit 6a6fde5705
2 changed files with 42 additions and 1 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
/obj/effect/overmap/visitable/sector/exoplanet/barren/generate_atmosphere()
..()
atmosphere.remove_ratio(0.9)
atmosphere = null
/obj/effect/overmap/visitable/sector/exoplanet/barren/get_surface_color()
return "#6C6251"