Merge branch 'master' of https://github.com/Citadel-Station-13/Citadel-Station-13 into screentips-update

This commit is contained in:
SandPoot
2023-02-24 01:07:49 -03:00
6 changed files with 942 additions and 746 deletions

View File

@@ -542,6 +542,7 @@ SAVEFILE UPDATING/VERSIONING - 'Simplified', or rather, more coder-friendly ~Car
key_bindings = sanitize_islist(key_bindings, list())
modless_key_bindings = sanitize_islist(modless_key_bindings, list())
favorite_outfits = SANITIZE_LIST(favorite_outfits)
screentip_color = sanitize_hexcolor(screentip_color, 6, 1, initial(screentip_color))
verify_keybindings_valid() // one of these days this will runtime and you'll be glad that i put it in a different proc so no one gets their saves wiped