mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 20:45:28 +01:00
Merge branch 'master' into upstream-24-10b
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user