diff --git a/code/modules/client/preferences_gear.dm b/code/modules/client/preferences_gear.dm index 67901e49db2..d23a82fada8 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