mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user