[MIRROR] A bunch of new clothes (#9008)

Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com>
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2
2024-09-21 21:16:53 -07:00
committed by GitHub
parent 095ca69895
commit 59122df349
11 changed files with 103 additions and 1 deletions
@@ -555,3 +555,17 @@ Talon pin
)
gear_tweaks += new/datum/gear_tweak/path(insignia)
/datum/gear/accessory/belt_selection
display_name = "belts (selection, colorable)"
path = /obj/item/clothing/accessory/belt
/datum/gear/accessory/belt_selection/New()
..()
var/list/wristband_lists = list(
"Thin Belt" = /obj/item/clothing/accessory/belt,
"Thick Belt" = /obj/item/clothing/accessory/belt/thick,
"Strap Belt" = /obj/item/clothing/accessory/belt/strap,
"Studded Belt" = /obj/item/clothing/accessory/belt/studded
)
gear_tweaks += new/datum/gear_tweak/path(wristband_lists)
gear_tweaks += gear_tweak_free_color_choice
@@ -186,7 +186,9 @@ Talon jumpsuit
"high skirt"=/obj/item/clothing/under/skirt/colorable/high,
"swept skirt"=/obj/item/clothing/under/skirt/colorable/swept,
"jumper skirt"=/obj/item/clothing/under/skirt/colorable/jumper,
"jumper dress"=/obj/item/clothing/under/skirt/colorable/jumperdress
"jumper dress"=/obj/item/clothing/under/skirt/colorable/jumperdress,
"short skirt"=/obj/item/clothing/under/skirt/colorable/short,
"short skirt (split)"=/obj/item/clothing/under/skirt/colorable/short_split
)
gear_tweaks += list(new/datum/gear_tweak/path(skirts), gear_tweak_free_color_choice)