mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-09 16:07:40 +00:00
Merge pull request #14256 from Adelphon/ppantsg
Polychromic Pants & Jacket
This commit is contained in:
@@ -168,8 +168,10 @@
|
||||
|
||||
/datum/gear/suit/urbanjacket
|
||||
name = "Urban Jacket"
|
||||
path = /obj/item/clothing/suit/jacket/urbanjacket
|
||||
path = /obj/item/clothing/suit/jacket/urbanjacket/polychromic
|
||||
subcategory = LOADOUT_SUBCATEGORY_SUIT_JACKETS
|
||||
loadout_flags = LOADOUT_CAN_NAME | LOADOUT_CAN_DESCRIPTION | LOADOUT_CAN_COLOR_POLYCHROMIC
|
||||
loadout_initial_colors = list("#26321D", "#CBBDAF", "#292929")
|
||||
|
||||
/datum/gear/suit/ianshirt
|
||||
name = "Ian Shirt"
|
||||
|
||||
@@ -170,6 +170,13 @@
|
||||
name = "Tan Pants"
|
||||
path = /obj/item/clothing/under/pants/tan
|
||||
|
||||
/datum/gear/uniform/pants/polypants
|
||||
name = "Polychromic Pants"
|
||||
path = /obj/item/clothing/under/pants/polypants/polychromic
|
||||
cost = 2
|
||||
loadout_flags = LOADOUT_CAN_NAME | LOADOUT_CAN_DESCRIPTION | LOADOUT_CAN_COLOR_POLYCHROMIC
|
||||
loadout_initial_colors = list("#75634F", "#3D3D3D", "#575757")
|
||||
|
||||
/datum/gear/uniform/pants/track
|
||||
name = "Track Pants"
|
||||
path = /obj/item/clothing/under/pants/track
|
||||
|
||||
Reference in New Issue
Block a user