mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-20 19:44:46 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user