From 382d3eaec19339a4c088732ef3be044273e97479 Mon Sep 17 00:00:00 2001 From: Steeclad Cat Date: Sun, 25 Aug 2024 23:44:35 -0500 Subject: [PATCH] it was literally just var/cont/MAX_SAVE_SLOTS less than 1 line change --- 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 33d77b05c6..3a8f5e63c5 100644 --- a/code/modules/client/preferences.dm +++ b/code/modules/client/preferences.dm @@ -21,7 +21,7 @@ GLOBAL_LIST_INIT(bgstate_options, list( "whitefull" )) -var/const/MAX_SAVE_SLOTS = 10 +var/const/MAX_SAVE_SLOTS = 20 /datum/preferences var/client/owner