From baa40823dfc5ca102b909b8008d8e472f079bcbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B0=D1=80=D0=BA?= Date: Thu, 7 Mar 2024 07:30:30 +0500 Subject: [PATCH] =?UTF-8?q?=D0=91=D0=BE=D0=BB=D1=8C=D1=88=D0=B5=20=D1=81?= =?UTF-8?q?=D0=BB=D0=BE=D1=82=D0=BE=D0=B2=20=D0=B4=D0=BB=D1=8F=20=D0=BF?= =?UTF-8?q?=D0=B5=D1=80=D1=81=D0=BE=D0=BD=D0=B0=D0=B6=D0=B5=D0=B9.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/__SPLURTCODE/DEFINES/preferences.dm | 2 +- code/modules/client/preferences.dm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/__SPLURTCODE/DEFINES/preferences.dm b/code/__SPLURTCODE/DEFINES/preferences.dm index ba74e8762e81..15a923dac347 100644 --- a/code/__SPLURTCODE/DEFINES/preferences.dm +++ b/code/__SPLURTCODE/DEFINES/preferences.dm @@ -1 +1 @@ -#define DEFAULT_SAVE_SLOTS 24 +#define DEFAULT_SAVE_SLOTS 40 diff --git a/code/modules/client/preferences.dm b/code/modules/client/preferences.dm index bcdb93b71ece..7a7291fa5c78 100644 --- a/code/modules/client/preferences.dm +++ b/code/modules/client/preferences.dm @@ -10,7 +10,7 @@ GLOBAL_LIST_EMPTY(preferences_datums) var/path var/vr_path var/default_slot = 1 //Holder so it doesn't default to slot 1, rather the last one used - var/max_save_slots = 32 + var/max_save_slots = 40 // Intra-round persistence begin /// Flags for admin mutes