Skip to content

Commit

Permalink
Merge pull request DopplerShift13#245 from kannthus/junislots
Browse files Browse the repository at this point in the history
[Non-Modular] Moooore slots
  • Loading branch information
Nerev4r authored Nov 21, 2024
2 parents fb31333 + 3f936ee commit 3ce4157
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 @@ -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 Expand Up @@ -598,4 +598,4 @@ GLOBAL_LIST_EMPTY(preferences_datums)

unlock_content = !!byond_member
if(unlock_content)
max_save_slots = 30 // DOPPLER EDIT: moar slots
max_save_slots = 45 // DOPPLER EDIT: moar slots

0 comments on commit 3ce4157

Please sign in to comment.