From 2f632436ce810731f5640ea618c18d34f6941951 Mon Sep 17 00:00:00 2001 From: TheGamerdk <5618080+TheGamerdk@users.noreply.github.com> Date: Sun, 25 Jun 2023 17:11:39 +0200 Subject: [PATCH] Update presets.dm --- code/game/machinery/telecomms/presets.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/machinery/telecomms/presets.dm b/code/game/machinery/telecomms/presets.dm index ce5e9a743bc5..3e815988b726 100644 --- a/code/game/machinery/telecomms/presets.dm +++ b/code/game/machinery/telecomms/presets.dm @@ -211,6 +211,7 @@ 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)