From f4676cdd659bd55b91452a4037f5b24415f3b2f7 Mon Sep 17 00:00:00 2001 From: Chemlight Date: Tue, 4 Aug 2020 15:12:45 -0700 Subject: [PATCH] More character slots! The the title suggests, this gives more character slots for players, as this change now doubles it from 10 to now 20. --- 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 1caa4cfe..397672e8 100644 --- a/modular_citadel/code/modules/client/preferences.dm +++ b/modular_citadel/code/modules/client/preferences.dm @@ -24,7 +24,7 @@ var/cit_toggles = TOGGLES_CITADEL // stuff that was in base - max_save_slots = 10 + max_save_slots = 20 /datum/preferences/New(client/C)