mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
* imagine dragons radioactive * YOU SHOULD TGUI YOURSELF * fuck me forgot basemap again * makes it work hopefullyu * mom found the TTS drawer bye * mom found the achievement drawer * adds this it was requested * fixes all the sounds and stuff * moved it all of it * bye empty file dumbass * bring it BACK we're so back * we're so back yeah * its done actually makes it work fuck me thhank you baiomu
8 lines
371 B
Plaintext
8 lines
371 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"
|