Skip to content

Commit

Permalink
Update phaser.dm
Browse files Browse the repository at this point in the history
Co-authored-by: DeltaFire <[email protected]>
  • Loading branch information
Pockets-byte and DeltaFire15 authored Sep 8, 2024
1 parent 7bbf638 commit 091defc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
if(heat > max_heat/4)
weapon_state = STATE_VENTING
ventnumber = max_heat*0.25
if(heat <= (max_heat/4))
else
ventnumber = max_heat
weapon_state = STATE_VENTING
playsound(src, 'sound/effects/turbolift/turbolift-close.ogg', 100, 1)
Expand Down

0 comments on commit 091defc

Please sign in to comment.