mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-31 12:01:47 +00:00
* Pirates now speak piratespeak. (#61215) Apparently we have had this thoughtless (like many other small features) language datum ever since late 2018 that only costume pirate hats use: Piratespeak . Space pirates don't even use it also because their hats aren't a subtype of the costume pirate hat for good reasons like armor and EVA. Yea, this is also an oversight since space pirates were added before the language. * Pirates now speak piratespeak. Co-authored-by: Ghom <42542238+Ghommie@users.noreply.github.com>
26 lines
747 B
Plaintext
26 lines
747 B
Plaintext
#define NO_STUTTER 1
|
|
#define TONGUELESS_SPEECH 2
|
|
#define LANGUAGE_HIDE_ICON_IF_UNDERSTOOD 4
|
|
#define LANGUAGE_HIDE_ICON_IF_NOT_UNDERSTOOD 8
|
|
|
|
// LANGUAGE SOURCE DEFINES
|
|
#define LANGUAGE_ALL "all" // For use in full removal only.
|
|
#define LANGUAGE_ATOM "atom"
|
|
#define LANGUAGE_MIND "mind"
|
|
|
|
#define LANGUAGE_ABSORB "absorb"
|
|
#define LANGUAGE_APHASIA "aphasia"
|
|
#define LANGUAGE_CTF "ctf"
|
|
#define LANGUAGE_CULTIST "cultist"
|
|
#define LANGUAGE_CURATOR "curator"
|
|
#define LANGUAGE_GLAND "gland"
|
|
#define LANGUAGE_HAT "hat"
|
|
#define LANGUAGE_HIGH "high"
|
|
#define LANGUAGE_MALF "malf"
|
|
#define LANGUAGE_PIRATE "pirate"
|
|
#define LANGUAGE_MASTER "master"
|
|
#define LANGUAGE_SOFTWARE "software"
|
|
#define LANGUAGE_STONER "stoner"
|
|
#define LANGUAGE_VOICECHANGE "voicechange"
|
|
|