Makes trit fires in pipenets not runtime

This commit is contained in:
Putnam3145
2021-06-16 23:26:16 -07:00
parent cf36502245
commit b407d125d3
@@ -89,7 +89,7 @@
location.temperature_expose(air, temperature, CELL_VOLUME)
/proc/radiation_burn(turf/open/location, energy_released)
if(location && prob(10))
if(istype(location) && prob(10))
radiation_pulse(location, energy_released/TRITIUM_BURN_RADIOACTIVITY_FACTOR)
/datum/gas_reaction/tritfire/react(datum/gas_mixture/air, datum/holder)