Fixes malf airtank runtime spam

who needs station exploding tank bombs when an empty tank can bomb the server itself
This commit is contained in:
Verkister
2021-02-16 01:12:05 +02:00
committed by GitHub
parent d944e845b1
commit d504a206f7
@@ -341,6 +341,8 @@ var/list/global/tank_gauge_cache = list()
return remove_air(moles_needed)
/obj/item/weapon/tank/process()
if(!air_contents)
return
//Allow for reactions
air_contents.react() //cooking up air tanks - add phoron and oxygen, then heat above PHORON_MINIMUM_BURN_TEMPERATURE
if(gauge_icon)