Skip to content

Commit

Permalink
actually let's do 40
Browse files Browse the repository at this point in the history
  • Loading branch information
meemofcourse committed Jun 9, 2024
1 parent c056fa5 commit 8dad91f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/client/preferences.dm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ GLOBAL_LIST_EMPTY(preferences_datums)
//doohickeys for savefiles
var/path
var/default_slot = 1 //Holder so it doesn't default to slot 1, rather the last one used
var/max_save_slots = 50
var/max_save_slots = 40

//non-preference stuff
var/muted = 0
Expand Down Expand Up @@ -227,7 +227,7 @@ GLOBAL_LIST_EMPTY(preferences_datums)
load_path(C.ckey)
unlock_content = C.IsByondMember()
if(unlock_content)
max_save_slots = 60
max_save_slots = 50
var/loaded_preferences_successfully = load_preferences()
if(loaded_preferences_successfully)
if(load_character())
Expand Down

0 comments on commit 8dad91f

Please sign in to comment.