mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-17 18:13:34 +01: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.
|
||||
":ê" = "right hand", "#ê" = "right hand",
|
||||
":ä" = "left hand", "#ä" = "left hand",
|
||||
":ø" = "intercom", "#ø" = "intercom",
|
||||
":ð" = "department", "#ð" = "department",
|
||||
":ñ" = "Command", "#ñ" = "Command",
|
||||
":ò" = "Science", "#ò" = "Science",
|
||||
":ü" = "Medical", "#ü" = "Medical",
|
||||
":ó" = "Engineering", "#ó" = "Engineering",
|
||||
":û" = "Security", "#û" = "Security",
|
||||
":ö" = "whisper", "#ö" = "whisper",
|
||||
":è" = "binary", "#è" = "binary",
|
||||
":ô" = "alientalk", "#ô" = "alientalk",
|
||||
":å" = "Syndicate", "#å" = "Syndicate",
|
||||
":é" = "Supply", "#é" = "Supply",
|
||||
":ï" = "changeling", "#ï" = "changeling"
|
||||
":ê" = "right hand", "#ê" = "right hand", ".ê" = "right hand",
|
||||
":ä" = "left hand", "#ä" = "left hand", ".ä" = "left hand",
|
||||
":ø" = "intercom", "#ø" = "intercom", ".ø" = "intercom",
|
||||
":ð" = "department", "#ð" = "department", ".ð" = "department",
|
||||
":ñ" = "Command", "#ñ" = "Command", ".ñ" = "Command",
|
||||
":ò" = "Science", "#ò" = "Science", ".ò" = "Science",
|
||||
":ü" = "Medical", "#ü" = "Medical", ".ü" = "Medical",
|
||||
":ó" = "Engineering", "#ó" = "Engineering", ".ó" = "Engineering",
|
||||
":û" = "Security", "#û" = "Security", ".û" = "Security",
|
||||
":ö" = "whisper", "#ö" = "whisper", ".ö" = "whisper",
|
||||
":è" = "binary", "#è" = "binary", ".è" = "binary",
|
||||
":ô" = "alientalk", "#ô" = "alientalk", ".ô" = "alientalk",
|
||||
":å" = "Syndicate", "#å" = "Syndicate", ".å" = "Syndicate",
|
||||
":é" = "Supply", "#é" = "Supply", ".é" = "Supply",
|
||||
":ï" = "changeling", "#ï" = "changeling", ".ï" = "changeling"
|
||||
)
|
||||
|
||||
/mob/living/proc/binarycheck()
|
||||
|
||||
Reference in New Issue
Block a user