mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-14 08:34:16 +01:00
b34e8fa301
* CI now bans files with the same name * Part 1 * Warriorstar python tweaks * Part Deux * Fix unticked * fix
9 lines
452 B
Plaintext
9 lines
452 B
Plaintext
/// These values are used when logging user-initiated announcements.
|
|
#define ANNOUNCE_KIND_DEFAULT "Announcement"
|
|
#define ANNOUNCE_KIND_MINOR "Minor Announcement"
|
|
#define ANNOUNCE_KIND_PRIORITY "Priority Announcement"
|
|
#define ANNOUNCE_KIND_SECURITY "Security Announcement"
|
|
#define ANNOUNCE_KIND_MAJOR "NAS Trurl Update"
|
|
#define ANNOUNCE_KIND_EVENT "NAS Trurl Update" // Intentionally the same as above
|
|
#define ANNOUNCE_KIND_AI "A.I. Announcement"
|