mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-09 16:09:15 +00:00
Several months worth of updates. --------- Co-authored-by: A miscellaneous Fern <80640114+FernandoJ8@users.noreply.github.com> Co-authored-by: Pepsilawn <reisenrui@gmail.com> Co-authored-by: Ray <64306407+OneAsianTortoise@users.noreply.github.com> Co-authored-by: Cure221 <106662180+Cure221@users.noreply.github.com>
12 lines
582 B
Plaintext
12 lines
582 B
Plaintext
// 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"
|
|
|
|
//Defines for newscaster news stations, the defined thing is what it'll be called in the Newscaster.
|
|
#define NEWSCASTER_STATION_ANNOUNCEMENTS "Station Announcements"
|
|
#define NEWSCASTER_SPACE_BETTING "SpaceBet"
|