Remove rare gas isotopes from exoplanet atmospheres (#22509)

See title. Deuterium, Tritium, and Helium-3 no longer eligible to spawn
in the atmospheres of randomly-generated exoplanets.
This commit is contained in:
Batrachophreno
2026-05-27 13:05:54 -04:00
committed by GitHub
parent f14d47fd6b
commit 17df9b2d79
2 changed files with 8 additions and 1 deletions
+4 -1
View File
@@ -441,9 +441,12 @@
else //let the fuckery commence
var/list/newgases = gas_data.gases.Copy()
newgases -= GAS_PHORON
newgases -= GAS_DEUTERIUM
newgases -= GAS_TRITIUM
newgases -= GAS_HELIUMFUEL
newgases -= GAS_WATERVAPOR
if(prob(50)) //alium gas should be slightly less common than mundane shit
newgases -= GAS_ALIEN
newgases -= GAS_WATERVAPOR
var/total_moles = MOLES_CELLSTANDARD * rand(80,120)/100
var/badflag = 0