diff --git a/code/modules/overmap/exoplanets/exoplanet.dm b/code/modules/overmap/exoplanets/exoplanet.dm index 4c43b1a824d..549d807adc8 100644 --- a/code/modules/overmap/exoplanets/exoplanet.dm +++ b/code/modules/overmap/exoplanets/exoplanet.dm @@ -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 diff --git a/html/changelogs/Bat-AtmosIsotopes.yml b/html/changelogs/Bat-AtmosIsotopes.yml new file mode 100644 index 00000000000..93e0e84d098 --- /dev/null +++ b/html/changelogs/Bat-AtmosIsotopes.yml @@ -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."