This commit is contained in:
Ghommie
2019-11-22 05:08:58 +01:00
parent 3cc0207e73
commit 9f6d595ad5
+1 -1
View File
@@ -105,7 +105,7 @@
continue
GLOB.uplink_items += path
//(sub)typesof entries are listed by the order they are loaded in the code, so we'll have to rearrange them here.
GLOB.uplink_items = sortList(GLOB.uplink_items, /proc/cmp_uplink_items_asc)
GLOB.uplink_items = sortList(GLOB.uplink_items, /proc/cmp_uplink_items_dsc)
init_subtypes(/datum/crafting_recipe, GLOB.crafting_recipes)