Skip to content

Commit

Permalink
Moooore slots
Browse files Browse the repository at this point in the history
  • Loading branch information
kannthus committed Nov 21, 2024
1 parent fb31333 commit 84d5cac
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 @@ -9,7 +9,7 @@ GLOBAL_LIST_EMPTY(preferences_datums)
/// Ensures that we always load the last used save, QOL
var/default_slot = 1
/// The maximum number of slots we're allowed to contain
var/max_save_slots = 15 // DOPPLER EDIT: moar slots
var/max_save_slots = 30 // DOPPLER EDIT: moar slots

/// Bitflags for communications that are muted
var/muted = NONE
Expand Down

0 comments on commit 84d5cac

Please sign in to comment.