Cleans up radio frequency numbers.

Replaces magic numbers across the code base with proper constants.
Prepares for the ability to have more than one antag channel in the future.
Corrects a lie.
This commit is contained in:
PsiOmega
2014-09-18 11:29:52 +02:00
parent a35ff3e4e7
commit fe126626ac
19 changed files with 140 additions and 196 deletions

View File

@@ -64,7 +64,7 @@
desc = "Radio module for computers"
var/datum/radio_frequency/radio_connection = null
var/frequency = 1459
var/frequency = PUB_FREQ
var/filter = null
var/range = null
var/subspace = 0