From bec483aa1ba70c7772c9fd280b12ec1a930ea5c7 Mon Sep 17 00:00:00 2001 From: Segrain Date: Wed, 19 Nov 2014 19:05:06 +0300 Subject: [PATCH] Alphabetical sorting. --- code/modules/client/preferences_gear.dm | 26 ++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/code/modules/client/preferences_gear.dm b/code/modules/client/preferences_gear.dm index 67901e49db..d23a82fada 100644 --- a/code/modules/client/preferences_gear.dm +++ b/code/modules/client/preferences_gear.dm @@ -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