Files
Paradise/code/__DEFINES/announce_defines.dm
AffectedArc07 b34e8fa301 [READY] CI now bans files with the same name (#20195)
* CI now bans files with the same name

* Part 1

* Warriorstar python tweaks

* Part Deux

* Fix unticked

* fix
2023-02-04 16:33:41 -06:00

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"