More Recolourable Pants (#11878)

This commit is contained in:
WickedCybs
2021-05-13 04:55:11 -06:00
committed by GitHub
parent b5e42873b1
commit a16333b702
4 changed files with 36 additions and 3 deletions

View File

@@ -194,7 +194,8 @@
gear_tweaks += new/datum/gear_tweak/path(pants)
/datum/gear/uniform/colorpants
display_name = "pants (recolorable)"
display_name = "pants selection (recolorable)"
description = "A selection of recolourable pants."
path = /obj/item/clothing/under/pants/dress
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION
@@ -202,7 +203,10 @@
..()
var/list/colorpants = list()
colorpants["dress pants"] = /obj/item/clothing/under/pants/dress
colorpants["dress pants, with belt"] = /obj/item/clothing/under/pants/dress/belt
colorpants["striped pants"] = /obj/item/clothing/under/pants/striped
colorpants["tailored jeans"] = /obj/item/clothing/under/pants/tailoredjeans
colorpants["mustang jeans"] = /obj/item/clothing/under/pants/musthangcolour
gear_tweaks += new/datum/gear_tweak/path(colorpants)
/datum/gear/uniform/turtleneck