Bumped the nuclear operative headsets to an otherwise unreachable frequency, like the department channels.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@227 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
n3ophyt3@gmail.com
2010-09-29 21:08:04 +00:00
parent 6b884fd8a6
commit 2a2eaa663a
+1 -8
View File
@@ -219,11 +219,4 @@
world << sound('intercept.ogg')
/datum/game_mode/nuclear/proc/random_radio_frequency()
var/f = 0
do
f = rand(1441, 1489)
f = sanitize_frequency(f)
while (f == 0 || f == 1459)
return f
return 1337