Files
Bubberstation/code/__DEFINES/~skyrat_defines/flavor_defines.dm
2023-09-13 11:04:44 -04:00

12 lines
1000 B
Plaintext

/// How many characters will be displayed in the flavor text preview before we cut it off?
#define FLAVOR_PREVIEW_LIMIT 110
/// The default value that will go in any new player's exploitables.
#define EXPLOITABLE_DEFAULT_TEXT "Used by antagonists. DO NOT PUT SEXUAL THINGS IN HERE. This is where you put flaws that can be exploited in any way. This will be viewable by antagonists if you modify this string, but only if there's anything at all in this box."
/// The length of records at which they will not show up, to prevent empty records from appearing.
#define RECORDS_INVISIBLE_THRESHOLD 0
/// The message displayed when someone received the View Crew Exploitables verb.
#define VIEW_CREW_EXPLOITABLES_GAIN_TEXT "You now have access to the View Crew Exploitables verb, which shows all crew who currently have exploitable info and a link to view it!"
/// How many characters will be displayed in the temporary flavor text preview before we cut it off?
#define TEMPORARY_FLAVOR_PREVIEW_LIMIT 110