Removed the tcomms server for the non-existant mining channel.

This commit is contained in:
Kilakk
2013-07-30 17:39:02 -04:00
parent e9b8269e13
commit bd6b9cceeb
2 changed files with 1 additions and 8 deletions

View File

@@ -499,8 +499,6 @@ var/GLOBAL_RADIO_TYPE = 1 // radio type to use
freq_text = "Engineering"
if(1359)
freq_text = "Security"
// if(1349)
// freq_text = "Mining"
if(1347)
freq_text = "Supply"
//There's probably a way to use the list var of channels in code\game\communications.dm to make the dept channels non-hardcoded, but I wasn't in an experimentive mood. --NEO