Port Bay's intercom overhaul

This commit is contained in:
Markolie
2015-09-03 21:21:20 +02:00
parent 65c793f9ac
commit 3a3457de36
26 changed files with 369 additions and 219 deletions
+2 -2
View File
@@ -305,9 +305,9 @@
if (istype(R, /obj/item/device/radio))
// generate list of radio freqs
var/obj/item/device/radio/target_radio = R
var/freq = 1441
var/freq = PUBLIC_LOW_FREQ
var/list/freqlist = list()
while (freq <= 1489)
while (freq <= PUBLIC_HIGH_FREQ)
if (freq < 1451 || freq > 1459)
freqlist += freq
freq += 2