mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
Some Loadout Additions (#89500)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user