Skip to content

Commit

Permalink
Increases Save Slots (#415)
Browse files Browse the repository at this point in the history
Co-authored-by: KoishiVibe <[email protected]>
  • Loading branch information
KoishiVibe and KoishiVibe authored Aug 28, 2024
1 parent eecf9f4 commit 96259fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/client/preferences.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 96259fa

Please sign in to comment.