From 9b97e8541909f37adf858465cfce3b5fdc8ee64b 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: Sat, 8 Jun 2024 16:01:00 -0600 Subject: [PATCH] uncomments --- .../modules/munitions/ship_weapons/energy_weapons/phaser.dm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 57d95238b6f..eebca9815f9 100644 --- a/nsv13/code/modules/munitions/ship_weapons/energy_weapons/phaser.dm +++ b/nsv13/code/modules/munitions/ship_weapons/energy_weapons/phaser.dm @@ -376,7 +376,7 @@ -/* + /obj/machinery/ship_weapon/energy/proc/vent() if(heat > (max_heat/4) ) weapon_state = STATE_VENTING @@ -384,5 +384,3 @@ if(heat <= (max_heat/4) ) var/V = max_heat weapon_state = STATE_VENTING -*/ -var/V = 1