mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-02 13:33:29 +00:00
. now works for department radios, in addition to : and #
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5370 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -1,54 +1,54 @@
|
||||
|
||||
var/list/department_radio_keys = list(
|
||||
":r" = "right hand", "#r" = "right hand",
|
||||
":l" = "left hand", "#l" = "left hand",
|
||||
":i" = "intercom", "#i" = "intercom",
|
||||
":h" = "department", "#h" = "department",
|
||||
":c" = "Command", "#c" = "Command",
|
||||
":n" = "Science", "#n" = "Science",
|
||||
":m" = "Medical", "#m" = "Medical",
|
||||
":e" = "Engineering", "#e" = "Engineering",
|
||||
":s" = "Security", "#s" = "Security",
|
||||
":w" = "whisper", "#w" = "whisper",
|
||||
":b" = "binary", "#b" = "binary",
|
||||
":a" = "alientalk", "#a" = "alientalk",
|
||||
":t" = "Syndicate", "#t" = "Syndicate",
|
||||
":u" = "Supply", "#u" = "Supply",
|
||||
":g" = "changeling", "#g" = "changeling",
|
||||
":r" = "right hand", "#r" = "right hand", ".r" = "right hand",
|
||||
":l" = "left hand", "#l" = "left hand", ".l" = "left hand",
|
||||
":i" = "intercom", "#i" = "intercom", ".i" = "intercom",
|
||||
":h" = "department", "#h" = "department", ".h" = "department",
|
||||
":c" = "Command", "#c" = "Command", ".c" = "Command",
|
||||
":n" = "Science", "#n" = "Science", ".n" = "Science",
|
||||
":m" = "Medical", "#m" = "Medical", ".m" = "Medical",
|
||||
":e" = "Engineering", "#e" = "Engineering", ".e" = "Engineering",
|
||||
":s" = "Security", "#s" = "Security", ".s" = "Security",
|
||||
":w" = "whisper", "#w" = "whisper", ".w" = "whisper",
|
||||
":b" = "binary", "#b" = "binary", ".b" = "binary",
|
||||
":a" = "alientalk", "#a" = "alientalk", ".a" = "alientalk",
|
||||
":t" = "Syndicate", "#t" = "Syndicate", ".t" = "Syndicate",
|
||||
":u" = "Supply", "#u" = "Supply", ".u" = "Supply",
|
||||
":g" = "changeling", "#g" = "changeling", ".g" = "changeling",
|
||||
|
||||
":R" = "right hand", "#R" = "right hand",
|
||||
":L" = "left hand", "#L" = "left hand",
|
||||
":I" = "intercom", "#I" = "intercom",
|
||||
":H" = "department", "#H" = "department",
|
||||
":C" = "Command", "#C" = "Command",
|
||||
":N" = "Science", "#N" = "Science",
|
||||
":M" = "Medical", "#M" = "Medical",
|
||||
":E" = "Engineering", "#E" = "Engineering",
|
||||
":S" = "Security", "#S" = "Security",
|
||||
":W" = "whisper", "#W" = "whisper",
|
||||
":B" = "binary", "#B" = "binary",
|
||||
":A" = "alientalk", "#A" = "alientalk",
|
||||
":T" = "Syndicate", "#T" = "Syndicate",
|
||||
":U" = "Supply", "#U" = "Supply",
|
||||
":G" = "changeling", "#G" = "changeling",
|
||||
":R" = "right hand", "#R" = "right hand", ".R" = "right hand",
|
||||
":L" = "left hand", "#L" = "left hand", ".L" = "left hand",
|
||||
":I" = "intercom", "#I" = "intercom", ".I" = "intercom",
|
||||
":H" = "department", "#H" = "department", ".H" = "department",
|
||||
":C" = "Command", "#C" = "Command", ".C" = "Command",
|
||||
":N" = "Science", "#N" = "Science", ".N" = "Science",
|
||||
":M" = "Medical", "#M" = "Medical", ".M" = "Medical",
|
||||
":E" = "Engineering", "#E" = "Engineering", ".E" = "Engineering",
|
||||
":S" = "Security", "#S" = "Security", ".S" = "Security",
|
||||
":W" = "whisper", "#W" = "whisper", ".W" = "whisper",
|
||||
":B" = "binary", "#B" = "binary", ".B" = "binary",
|
||||
":A" = "alientalk", "#A" = "alientalk", ".A" = "alientalk",
|
||||
":T" = "Syndicate", "#T" = "Syndicate", ".T" = "Syndicate",
|
||||
":U" = "Supply", "#U" = "Supply", ".U" = "Supply",
|
||||
":G" = "changeling", "#G" = "changeling", ".G" = "changeling",
|
||||
|
||||
//kinda localization -- rastaf0
|
||||
//same keys as above, but on russian keyboard layout. This file uses cp1251 as encoding.
|
||||
":<3A>" = "right hand", "#<23>" = "right hand",
|
||||
":<3A>" = "left hand", "#<23>" = "left hand",
|
||||
":<3A>" = "intercom", "#<23>" = "intercom",
|
||||
":<3A>" = "department", "#<23>" = "department",
|
||||
":<3A>" = "Command", "#<23>" = "Command",
|
||||
":<3A>" = "Science", "#<23>" = "Science",
|
||||
":<3A>" = "Medical", "#<23>" = "Medical",
|
||||
":<3A>" = "Engineering", "#<23>" = "Engineering",
|
||||
":<3A>" = "Security", "#<23>" = "Security",
|
||||
":<3A>" = "whisper", "#<23>" = "whisper",
|
||||
":<3A>" = "binary", "#<23>" = "binary",
|
||||
":<3A>" = "alientalk", "#<23>" = "alientalk",
|
||||
":<3A>" = "Syndicate", "#<23>" = "Syndicate",
|
||||
":<3A>" = "Supply", "#<23>" = "Supply",
|
||||
":<3A>" = "changeling", "#<23>" = "changeling"
|
||||
":<3A>" = "right hand", "#<23>" = "right hand", ".<2E>" = "right hand",
|
||||
":<3A>" = "left hand", "#<23>" = "left hand", ".<2E>" = "left hand",
|
||||
":<3A>" = "intercom", "#<23>" = "intercom", ".<2E>" = "intercom",
|
||||
":<3A>" = "department", "#<23>" = "department", ".<2E>" = "department",
|
||||
":<3A>" = "Command", "#<23>" = "Command", ".<2E>" = "Command",
|
||||
":<3A>" = "Science", "#<23>" = "Science", ".<2E>" = "Science",
|
||||
":<3A>" = "Medical", "#<23>" = "Medical", ".<2E>" = "Medical",
|
||||
":<3A>" = "Engineering", "#<23>" = "Engineering", ".<2E>" = "Engineering",
|
||||
":<3A>" = "Security", "#<23>" = "Security", ".<2E>" = "Security",
|
||||
":<3A>" = "whisper", "#<23>" = "whisper", ".<2E>" = "whisper",
|
||||
":<3A>" = "binary", "#<23>" = "binary", ".<2E>" = "binary",
|
||||
":<3A>" = "alientalk", "#<23>" = "alientalk", ".<2E>" = "alientalk",
|
||||
":<3A>" = "Syndicate", "#<23>" = "Syndicate", ".<2E>" = "Syndicate",
|
||||
":<3A>" = "Supply", "#<23>" = "Supply", ".<2E>" = "Supply",
|
||||
":<3A>" = "changeling", "#<23>" = "changeling", ".<2E>" = "changeling"
|
||||
)
|
||||
|
||||
/mob/living/proc/binarycheck()
|
||||
|
||||
@@ -48,6 +48,13 @@ Stuff which is in development and not yet visible to players or just code relate
|
||||
should be listed in the changelog upon commit tho. Thanks. -->
|
||||
|
||||
<!-- To take advantage of the pretty new format (well it was new when I wrote this anyway), open the "add-to-changelog.html" file in any browser and add the stuff and then generate the html code and paste it here -->
|
||||
<div class="commit sansserif">
|
||||
<h2 class="date">21 December 2012</h2>
|
||||
<h3 class="author">Ikarrus updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="rscadd">You can now use . to speak over headset department channels in addition to the : and # characters.</li>
|
||||
</ul>
|
||||
|
||||
<div class="commit sansserif">
|
||||
<h2 class="date">19 December 2012</h2>
|
||||
<h3 class="author">Nodrak updated:</h3>
|
||||
|
||||
Reference in New Issue
Block a user