mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +01:00
Minimum Flavortext Length (#162)
* Swaps the default title screen * Restores flavor text minimums Add: Restored Skyrat flavor text minimum Add: Functionality for future records requirements (Does not include the requirements themselves)
This commit is contained in:
@@ -12,4 +12,4 @@
|
||||
|
||||
#define RESTRICTED_QUIRKS_EXCEPTIONS list("Mute" = "Signer")
|
||||
|
||||
#define FLAVOR_TEXT_CHAR_REQUIREMENT 0 //BUBBERSTATION EDIT
|
||||
#define FLAVOR_TEXT_CHAR_REQUIREMENT 150
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
#define RECORDS_TEXT_CHAR_REQUIREMENT 15
|
||||
@@ -388,6 +388,7 @@
|
||||
#include "code\__DEFINES\~skyrat_defines\_HELPERS\atmos_mapping_helpers.dm"
|
||||
#include "code\__DEFINES\~skyrat_defines\_HELPERS\lighting.dm"
|
||||
#include "code\__DEFINES\~~bubber_defines\access.dm"
|
||||
#include "code\__DEFINES\~~bubber_defines\jobs.dm"
|
||||
#include "code\__DEFINES\~~bubber_defines\quirk_whitelist.dm"
|
||||
#include "code\__DEFINES\~~bubber_defines\species.dm"
|
||||
#include "code\__DEFINES\~~bubber_defines\status_indicator_defines.dm"
|
||||
|
||||
Reference in New Issue
Block a user