Alphabetical sorting.

This commit is contained in:
Segrain
2014-11-19 19:05:06 +03:00
parent c4d95c39f1
commit bec483aa1b
+13 -13
View File
@@ -204,6 +204,13 @@ var/global/list/gear_datums = list()
cost = 2
slot = slot_head
// Wig by Earthcrusher, blame him.
/datum/gear/philosopher_wig
display_name = "natural philosopher's wig"
path = /obj/item/clothing/head/philosopher_wig
cost = 3
slot = slot_head
/datum/gear/ushanka
display_name = "ushanka"
path = /obj/item/clothing/head/ushanka
@@ -219,13 +226,6 @@ var/global/list/gear_datums = list()
slot = slot_head
whitelisted = "Tajara"
// Wig by Earthcrusher, blame him.
/datum/gear/philosopher_wig
display_name = "natural philosopher's wig"
path = /obj/item/clothing/head/philosopher_wig
cost = 3
slot = slot_head
// Eyes
/datum/gear/eyepatch
@@ -742,12 +742,6 @@ var/global/list/gear_datums = list()
// The rest of the trash.
/datum/gear/matchbook
display_name = "matchbook"
path = /obj/item/weapon/storage/box/matches
sort_category = "misc"
cost = 2
/datum/gear/ashtray
display_name = "ashtray, plastic"
path = /obj/item/ashtray/plastic
@@ -796,6 +790,12 @@ var/global/list/gear_datums = list()
sort_category = "misc"
cost = 1
/datum/gear/matchbook
display_name = "matchbook"
path = /obj/item/weapon/storage/box/matches
sort_category = "misc"
cost = 2
/datum/gear/comb
display_name = "purple comb"
path = /obj/item/weapon/haircomb