From 2a2eaa663a3027fa722b3a0ef1e561b56216f848 Mon Sep 17 00:00:00 2001 From: "n3ophyt3@gmail.com" Date: Wed, 29 Sep 2010 21:08:04 +0000 Subject: [PATCH] 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 --- code/game/gamemodes/nuclear/nuclear.dm | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/code/game/gamemodes/nuclear/nuclear.dm b/code/game/gamemodes/nuclear/nuclear.dm index 088e03f9a08..1fcf2aa4b30 100644 --- a/code/game/gamemodes/nuclear/nuclear.dm +++ b/code/game/gamemodes/nuclear/nuclear.dm @@ -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 \ No newline at end of file + return 1337 \ No newline at end of file