Skip to content

Commit

Permalink
Fixes venting, maybe?
Browse files Browse the repository at this point in the history
Sus
  • Loading branch information
Pockets-byte authored Sep 8, 2024
1 parent 091defc commit 2d534b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 2d534b0

Please sign in to comment.