mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
Migrate "Cyborg Pre-screened dogtag" quirk to loadout (#91868)
## About The Pull Request Borg me dogtag is a loadout item instead of a quirk ## Why It's Good For The Game The quirk doesn't do anything ## Changelog 🆑 Melbert del: "Cyborg Pre-screened dogtag" quirk. It's a loadout item now. /🆑
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 48
|
||||
#define SAVEFILE_VERSION_MAX 49
|
||||
|
||||
/*
|
||||
SAVEFILE UPDATING/VERSIONING - 'Simplified', or rather, more coder-friendly ~Carn
|
||||
@@ -120,6 +120,11 @@ SAVEFILE UPDATING/VERSIONING - 'Simplified', or rather, more coder-friendly ~Car
|
||||
quirk_to_migrate = "Colorist",
|
||||
new_typepath = /obj/item/dyespray,
|
||||
)
|
||||
if(current_version < 49)
|
||||
migrate_quirk_to_loadout(
|
||||
quirk_to_migrate = "Cyborg Pre-screened dogtag",
|
||||
new_typepath = /obj/item/clothing/accessory/dogtag/borg_ready,
|
||||
)
|
||||
|
||||
/// checks through keybindings for outdated unbound keys and updates them
|
||||
/datum/preferences/proc/check_keybindings()
|
||||
|
||||
Reference in New Issue
Block a user