Merge branch 'master' into upstream-24-10b

This commit is contained in:
Waterpig
2024-10-25 23:27:13 +02:00
committed by GitHub
17 changed files with 68 additions and 18 deletions
+2 -2
View File
@@ -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 = 30 //SKYRAT EDIT - ORIGINAL 3
var/max_save_slots = 50 // BUBBER EDIT: original is 3
/// Bitflags for communications that are muted
var/muted = NONE
@@ -112,7 +112,7 @@ GLOBAL_LIST_EMPTY(preferences_datums)
unlock_content = !!parent.IsByondMember()
donator_status = !!GLOB.donator_list[parent.ckey] //SKYRAT EDIT ADD - DONATOR CHECK
if(unlock_content || donator_status) //SKYRAT EDIT - ADD DONATOR CHECK
max_save_slots = 50 //SKYRAT EDIT - ORIGINAL 8
max_save_slots = 100 //SKYRAT EDIT - ORIGINAL 8
else
CRASH("attempted to create a preferences datum without a client or mock!")
load_savefile()