mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 05:23:22 +01:00
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:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user