From 2e73836bf44c94d9ff58c80f6195b0f36752c03c Mon Sep 17 00:00:00 2001 From: Chemlight Date: Thu, 17 Feb 2022 06:19:28 -0800 Subject: [PATCH] More character slots! Round2 --- modular_citadel/code/modules/client/preferences.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modular_citadel/code/modules/client/preferences.dm b/modular_citadel/code/modules/client/preferences.dm index 159f2f9f5..bd5c8ae33 100644 --- a/modular_citadel/code/modules/client/preferences.dm +++ b/modular_citadel/code/modules/client/preferences.dm @@ -28,7 +28,7 @@ var/noncon = FALSE //Definitely want this off by default // stuff that was in base - max_save_slots = 20 + max_save_slots = 30 /datum/preferences/New(client/C)