diff --git a/code/__DEFINES/misc_defines.dm b/code/__DEFINES/misc_defines.dm index a0e896f47301..c991fa87d252 100644 --- a/code/__DEFINES/misc_defines.dm +++ b/code/__DEFINES/misc_defines.dm @@ -336,7 +336,7 @@ #define TRANSIT_TUBE_CLOSED 3 // Maximum donation level -#define DONATOR_LEVEL_MAX 4 +#define DONATOR_LEVEL_MAX 5 // SS220 EDIT // The cooldown on OOC messages such as OOC, LOOC, praying and adminhelps #define OOC_COOLDOWN 5 @@ -375,7 +375,7 @@ #define INVESTIGATE_BOMB "bombs" // The SQL version required by this version of the code -#define SQL_VERSION 522204 // SS220 EDIT +#define SQL_VERSION 522205 // SS220 EDIT // Vending machine stuff #define CAT_NORMAL 1 diff --git a/config/example/config.toml b/config/example/config.toml index c3327e93b32b..a2ee16a19adb 100644 --- a/config/example/config.toml +++ b/config/example/config.toml @@ -147,7 +147,7 @@ ipc_screens = [ # Enable/disable the database on a whole sql_enabled = false # SQL version. If this is a mismatch, round start will be delayed -sql_version = 522204 +sql_version = 522205 # SQL server address. Can be an IP or DNS name sql_address = "127.0.0.1" # SQL server port diff --git a/modular_ss220/modular_ss220.dme b/modular_ss220/modular_ss220.dme index 8b156ab2fd6c..098edc29827a 100644 --- a/modular_ss220/modular_ss220.dme +++ b/modular_ss220/modular_ss220.dme @@ -30,6 +30,7 @@ #include "bureaucracy/_bureaucracy.dme" #include "crawl_speed/_crawl_speed.dme" #include "discord_link/_discord_link.dme" +#include "donor/_donor.dme" #include "emotes/_emotes.dme" #include "events/_events.dme" #include "fullscreen/_fullscreen.dme"