Merge pull request #35660 from Iamgoofball/patch-397
[s] Trit no longer makes radiation
This commit is contained in:
committed by
CitadelStationBot
parent
a13d41a675
commit
fe63a4527f
@@ -123,8 +123,6 @@
|
|||||||
|
|
||||||
if(burned_fuel)
|
if(burned_fuel)
|
||||||
energy_released += FIRE_HYDROGEN_ENERGY_RELEASED * burned_fuel
|
energy_released += FIRE_HYDROGEN_ENERGY_RELEASED * burned_fuel
|
||||||
if(location)
|
|
||||||
radiation_pulse(location, energy_released/TRITIUM_BURN_RADIOACTIVITY_FACTOR)
|
|
||||||
|
|
||||||
ASSERT_GAS(/datum/gas/water_vapor, air) //oxygen+more-or-less hydrogen=H2O
|
ASSERT_GAS(/datum/gas/water_vapor, air) //oxygen+more-or-less hydrogen=H2O
|
||||||
cached_gases[/datum/gas/water_vapor][MOLES] += burned_fuel/TRITIUM_BURN_OXY_FACTOR
|
cached_gases[/datum/gas/water_vapor][MOLES] += burned_fuel/TRITIUM_BURN_OXY_FACTOR
|
||||||
|
|||||||
Reference in New Issue
Block a user