Update the codebase to 515. (#15553)

* Update the codebase to 515.

* edit that

* WHOOPS

* maor

* maybe works

* libcall and shit

* do that too

* remove that

* auxtools isnt updated so get rid of it

* actually remove auxtools lol

Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
Matt Atlas
2023-01-23 21:21:37 +01:00
committed by GitHub
parent 1d359b64e3
commit dd482c63af
326 changed files with 672 additions and 833 deletions

View File

@@ -24,10 +24,10 @@ var/list/gear_datums = list()
gear_datums[use_name] = new geartype
LC.gear[use_name] = gear_datums[use_name]
sortTim(loadout_categories, /proc/cmp_text_asc, FALSE)
sortTim(loadout_categories, GLOBAL_PROC_REF(cmp_text_asc), FALSE)
for(var/loadout_category in loadout_categories)
var/datum/loadout_category/LC = loadout_categories[loadout_category]
sortTim(LC.gear, /proc/cmp_text_asc, FALSE)
sortTim(LC.gear, GLOBAL_PROC_REF(cmp_text_asc), FALSE)
return TRUE