Skip to content

Commit

Permalink
bugfix: fix guild radio key
Browse files Browse the repository at this point in the history
  • Loading branch information
Arceniu committed Oct 12, 2024
1 parent 166dadc commit 9370144
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions code/__DEFINES/~nova_defines/mapping.dm
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
#define FREQ_INTERDYNE 1209

#define RADIO_CHANNEL_GUILD "Guild"
#define RADIO_KEY_GUILD "p"
#define RADIO_TOKEN_GUILD ":p"
#define RADIO_KEY_GUILD "i"
#define RADIO_TOKEN_GUILD ":i"

#define FREQ_GUILD 1214

Expand Down
2 changes: 1 addition & 1 deletion tgui/packages/tgui-say/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const RADIO_PREFIXES = {
':w ': 'Dyne',
':k ': 'Tark',
':q ': 'Csun',
':p ': 'Guild',
':i ': 'Guild',
':l ': 'SolFed',
// NOVA EDIT ADDITION END
} as const;

0 comments on commit 9370144

Please sign in to comment.