From 5d8952178a28111316436f337e4df3a0a4f2fc96 Mon Sep 17 00:00:00 2001 From: kittysmooch <105110468+kittysmooch@users.noreply.github.com> Date: Sun, 22 Sep 2024 17:24:19 -0700 Subject: [PATCH] Update preferences.dm Signed-off-by: kittysmooch <105110468+kittysmooch@users.noreply.github.com> --- code/modules/client/preferences.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/client/preferences.dm b/code/modules/client/preferences.dm index 2a4abf6fdadca..ba801622143e4 100644 --- a/code/modules/client/preferences.dm +++ b/code/modules/client/preferences.dm @@ -107,7 +107,7 @@ GLOBAL_LIST_EMPTY(preferences_datums) try_savefile_type_migration() unlock_content = !!parent.IsByondMember() if(unlock_content) - max_save_slots = 8 + max_save_slots = 10 //DOPPLER EDIT - was 8 else CRASH("attempted to create a preferences datum without a client or mock!") load_savefile()