mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-25 05:51:56 +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
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
author: Batrachophrenoboocosmomachia
|
||||
delete-after: True
|
||||
changes:
|
||||
- balance: "Rare gas isotopes are no longer present in the atmospheres of randomly-generated exoplanets."
|
||||
Reference in New Issue
Block a user