Fixes Signaler sleeping and frequencies

This brings handheld signalers in line with the frequency range of
cartridge-based signalers, and fixes anomalies' built-in signalers to
also be in this range.
This commit is contained in:
Krausus
2015-05-18 04:52:49 -04:00
parent b55903227e
commit fc4863f97c
2 changed files with 15 additions and 13 deletions
+1 -4
View File
@@ -16,10 +16,7 @@
aSignal = new(src)
aSignal.code = rand(1,100)
aSignal.frequency = rand(1200, 1599)
if(IsMultiple(aSignal.frequency, 2))//signaller frequencies are always uneven!
aSignal.frequency++
aSignal.frequency = sanitize_frequency(rand(1441, 1489))
/obj/effect/anomaly/proc/anomalyEffect()
if(prob(50))