From 1d1f9c82b940968fe4cf85ff503994dbc96545a4 Mon Sep 17 00:00:00 2001 From: TheGamerdk <5618080+TheGamerdk@users.noreply.github.com> Date: Sun, 25 Jun 2023 17:26:37 +0200 Subject: [PATCH] Update presets.dm --- code/game/machinery/telecomms/presets.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/game/machinery/telecomms/presets.dm b/code/game/machinery/telecomms/presets.dm index 3e815988b726..a25293aebbd3 100644 --- a/code/game/machinery/telecomms/presets.dm +++ b/code/game/machinery/telecomms/presets.dm @@ -60,7 +60,7 @@ return TRUE return FALSE -/obj/structure/machinery/telecomms/relay/preset/tower/tcomms_startup() +/obj/structure/machinery/telecomms/relay/preset/tower/update_state() . = ..() if(on) playsound(src, 'sound/machines/tcomms_on.ogg', vol = 80, vary = FALSE, sound_range = 16, falloff = 0.5) @@ -211,7 +211,6 @@ GLOBAL_LIST_EMPTY(all_static_telecomms_towers) bound_width = 64 freq_listening = list(COLONY_FREQ) var/toggle_cooldown = 0 - on = FALSE /obj/structure/machinery/telecomms/relay/preset/tower/mapcomms/attack_hand(mob/user) if(user.action_busy)