Skip to content

Commit

Permalink
Update presets.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGamerdk committed Jun 25, 2023
1 parent 2f63243 commit 1d1f9c8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions code/game/machinery/telecomms/presets.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 1d1f9c8

Please sign in to comment.