From 091defce419f4393ff6185e3a9575ebec8dd3746 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=9B=88=E1=9B=9F=E1=9A=B2=E1=9A=B2=E1=9B=96=E1=9B=8F?= =?UTF-8?q?=E1=9B=8B?= <55299415+Pockets-byte@users.noreply.github.com> Date: Sun, 8 Sep 2024 14:19:42 -0600 Subject: [PATCH] Update phaser.dm Co-authored-by: DeltaFire <46569814+DeltaFire15@users.noreply.github.com> --- .../modules/munitions/ship_weapons/energy_weapons/phaser.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 782606058e7..afa30a59324 100644 --- a/nsv13/code/modules/munitions/ship_weapons/energy_weapons/phaser.dm +++ b/nsv13/code/modules/munitions/ship_weapons/energy_weapons/phaser.dm @@ -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)