[s] Fixes flayers borking radios sometimes (#27293)

* Fixes flayers borking radios sometimes

* Typo
This commit is contained in:
DGamerL
2024-11-04 13:26:36 -06:00
committed by GitHub
parent 358f062499
commit 12cb55d4f8
3 changed files with 8 additions and 9 deletions
@@ -82,6 +82,8 @@ GLOBAL_LIST_EMPTY(deadsay_radio_systems)
var/requires_tcomms = FALSE // Does this device require tcomms to work.If TRUE it wont function at all without tcomms. If FALSE, it will work without tcomms, just slowly
var/instant = FALSE // Should this device instantly communicate if there isnt tcomms
/// A timer that, when going off, will turn this radio on again
var/radio_enable_timer
/obj/item/radio/proc/set_frequency(new_frequency)
SSradio.remove_object(src, frequency)