Some Loadout Additions (#89500)

This commit is contained in:
Jacquerel
2025-03-12 16:41:36 -04:00
committed by Roxy
parent 5767493a09
commit 948241b04d
22 changed files with 208 additions and 67 deletions
+6 -1
View File
@@ -5,7 +5,7 @@
// You do not need to raise this if you are adding new values that have sane defaults.
// Only raise this value when changing the meaning/format/name/layout of an existing value
// where you would want the updater procs below to run
#define SAVEFILE_VERSION_MAX 47
#define SAVEFILE_VERSION_MAX 48
/*
SAVEFILE UPDATING/VERSIONING - 'Simplified', or rather, more coder-friendly ~Carn
@@ -115,6 +115,11 @@ SAVEFILE UPDATING/VERSIONING - 'Simplified', or rather, more coder-friendly ~Car
migrate_boolean_sound_prefs_to_default_volume()
if (current_version < 47)
migrate_boolean_sound_prefs_to_default_volume_v2()
if (current_version < 48)
migrate_quirk_to_loadout(
quirk_to_migrate = "Colorist",
new_typepath = /obj/item/dyespray,
)
/// checks through keybindings for outdated unbound keys and updates them
/datum/preferences/proc/check_keybindings()