-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MIRROR] Adds Custom Announcement Dividers [MDB IGNORE] (#189)
* Adds Custom Announcement Dividers * Skyrat custom announcements --------- Co-authored-by: san7890 <[email protected]> Co-authored-by: lessthanthree <[email protected]>
- Loading branch information
1 parent
9826449
commit a71900e
Showing
12 changed files
with
291 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
// Priority-type announcement messages for `priority_announcement()` | ||
/// Prefix this announcement with "Priority Announcement" | ||
#define ANNOUNCEMENT_TYPE_PRIORITY "Priority" | ||
/// Make it sound like it's coming from the Captain | ||
#define ANNOUNCEMENT_TYPE_CAPTAIN "Captain" | ||
/// Make it sound like it's coming from the Syndicate | ||
#define ANNOUNCEMENT_TYPE_SYNDICATE "Syndicate" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.