mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-16 18:36:43 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user