Hair Combs Can Now Be Recoloured + Rearranges the Cosmetics Ordering (#12141)

This commit is contained in:
WickedCybs
2021-07-06 22:31:12 -03:00
committed by GitHub
parent 74534a8c00
commit 351c9ffae4
2 changed files with 13 additions and 5 deletions
@@ -1,7 +1,12 @@
/datum/gear/cosmetic
display_name = "purple comb"
display_name = "handheld mirror"
path = /obj/item/mirror
sort_category = "Cosmetics"
/datum/gear/cosmetic/haircomb
display_name = "comb"
path = /obj/item/haircomb
sort_category = "Cosmetics"
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION
/datum/gear/cosmetic/lipstick
display_name = "lipstick selection"
@@ -30,6 +35,3 @@
gear_tweaks += new/datum/gear_tweak/path(lipsticks)
/datum/gear/cosmetic/mirror
display_name = "handheld mirror"
path = /obj/item/mirror