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:
ReturnToZender
2023-04-21 07:18:06 +01:00
committed by GitHub
parent 28421b8cce
commit 4f5f3dea1a
3 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -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
+1
View File
@@ -0,0 +1 @@
#define RECORDS_TEXT_CHAR_REQUIREMENT 15
+1
View File
@@ -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"