Merge pull request #13728 from Citadel-Station-13/silicons-patch-12

adds 8 save slots
This commit is contained in:
Lin
2020-12-06 22:10:48 +00:00
committed by GitHub
+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())