diff --git a/nsv13/code/modules/munitions/ship_weapons/energy_weapons/phaser.dm b/nsv13/code/modules/munitions/ship_weapons/energy_weapons/phaser.dm index afa30a59324..fa82f88b5db 100644 --- a/nsv13/code/modules/munitions/ship_weapons/energy_weapons/phaser.dm +++ b/nsv13/code/modules/munitions/ship_weapons/energy_weapons/phaser.dm @@ -280,7 +280,7 @@ if(heat <= max_heat-ventnumber) weapon_state = STATE_NOTHING return - heat = max(H*0.2,0) + heat = max(heat-(H+H*0.2),0) return if(heat >= max_heat) overload()