mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 05:23:22 +01:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user