Recalculate channels when a headset's frequency is changed. (#26990)

This commit is contained in:
Allspice
2020-07-10 09:17:22 -07:00
committed by GitHub
parent d9bd46cdc5
commit 592947e08b

View File

@@ -277,6 +277,9 @@
return
/obj/item/device/radio/headset/set_frequency(new_frequency)
..()
recalculateChannels()
/obj/item/device/radio/headset/proc/recalculateChannels()
src.channels = list()