adds a new vest to the loadout (#12844)

This commit is contained in:
Casper3667
2021-12-24 06:59:03 +01:00
committed by GitHub
parent 8be5bbc60a
commit 951e9b95f1
5 changed files with 21 additions and 0 deletions
@@ -14,6 +14,13 @@
path = /obj/item/clothing/accessory/wcoat_rec
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION
/datum/gear/accessory/waistcoat/New()
..()
var/list/waistcoats = list()
waistcoats["waistcoat"] = /obj/item/clothing/accessory/wcoat_rec
waistcoats["waistcoat, alt"] = /obj/item/clothing/accessory/silversun/wcoat
gear_tweaks += new /datum/gear_tweak/path(waistcoats)
/datum/gear/accessory/chaps
display_name = "chaps selection"
path = /obj/item/clothing/accessory/chaps