Skip to content

Commit

Permalink
uncomments
Browse files Browse the repository at this point in the history
  • Loading branch information
Pockets-byte committed Jun 8, 2024
1 parent db043f6 commit 9b97e85
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -376,13 +376,11 @@



/*

/obj/machinery/ship_weapon/energy/proc/vent()
if(heat > (max_heat/4) )
weapon_state = STATE_VENTING
var/V = max_heat - 3(max_heat/4)
if(heat <= (max_heat/4) )
var/V = max_heat
weapon_state = STATE_VENTING
*/
var/V = 1

0 comments on commit 9b97e85

Please sign in to comment.