Skip to content

Commit

Permalink
increases character slots to 50
Browse files Browse the repository at this point in the history
  • Loading branch information
meemofcourse committed Jun 9, 2024
1 parent 193eff9 commit be361a0
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 = 20
var/max_save_slots = 50

//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 = 30
max_save_slots = 65
var/loaded_preferences_successfully = load_preferences()
if(loaded_preferences_successfully)
if(load_character())
Expand Down

0 comments on commit be361a0

Please sign in to comment.