Updates Loadout Backend (#18095)

* Updates Loadout Backend

Updates the loadout backend to store gear data in a separate table.

This might enable us to increase the number of loadout points available

* Bump MariaDB Version to 10.11

* Update editorconfig for SQL

* Fix update_character_gear

* tgui_alert and TOPIC_NOACTION

* Fix missing sur

* Actually, its user

* Adds a CHECK_TICK, just in case

---------

Co-authored-by: Werner <Arrow768@users.noreply.github.com>
This commit is contained in:
Werner
2024-01-02 21:54:49 +00:00
committed by GitHub
co-authored by Werner
parent 66f92c62ef
commit bff569a6da
12 changed files with 310 additions and 34 deletions
@@ -2,7 +2,7 @@
name = "Incidents"
sort_order = 7
/datum/category_item/player_setup_item/other/incidents/load_special(var/savefile/S)
/datum/category_item/player_setup_item/other/incidents/load_character_special(var/savefile/S)
pref.incidents = list()
pref.ccia_actions = list()