Update preferences.dm

This commit is contained in:
silicons
2020-12-03 05:41:56 -07:00
committed by GitHub
parent 2f34f2dac5
commit b721cf3128
+2 -2
View File
@@ -10,7 +10,7 @@ GLOBAL_LIST_EMPTY(preferences_datums)
var/path
var/vr_path
var/default_slot = 1 //Holder so it doesn't default to slot 1, rather the last one used
var/max_save_slots = 16
var/max_save_slots = 24
//non-preference stuff
var/muted = 0
@@ -210,7 +210,7 @@ GLOBAL_LIST_EMPTY(preferences_datums)
load_path(C.ckey)
unlock_content = C.IsByondMember()
if(unlock_content)
max_save_slots = 24
max_save_slots = 32
var/loaded_preferences_successfully = load_preferences()
if(loaded_preferences_successfully)
if(load_character())