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