From 94416fa639c7c17cda8c0e4b097eb6a4c1de6a00 Mon Sep 17 00:00:00 2001 From: FearfulFurnishing <139661819+FearfulFurnishing@users.noreply.github.com> Date: Tue, 30 Apr 2024 02:45:14 -0500 Subject: [PATCH] Add Tribal Accessories to the Ash Clothing Vendor. (#2220) * Add tribal accessories to the ash clothing vendor. * Update modular_nova/modules/ashwalkers/code/buildings/ash_clothing_vendor.dm --------- Co-authored-by: Bloop <13398309+vinylspiders@users.noreply.github.com> --- .../modules/ashwalkers/code/buildings/ash_clothing_vendor.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modular_nova/modules/ashwalkers/code/buildings/ash_clothing_vendor.dm b/modular_nova/modules/ashwalkers/code/buildings/ash_clothing_vendor.dm index f36aaac8cab..879f4c0a311 100644 --- a/modular_nova/modules/ashwalkers/code/buildings/ash_clothing_vendor.dm +++ b/modular_nova/modules/ashwalkers/code/buildings/ash_clothing_vendor.dm @@ -30,6 +30,9 @@ /obj/item/clothing/neck/mantle/recolorable = 10, /obj/item/clothing/gloves/military/claw = 5, /obj/item/clothing/gloves/military/ashwalk = 10, + /obj/item/clothing/accessory/skilt = 5, + /obj/item/clothing/accessory/skullcodpiece = 5, + /obj/item/clothing/accessory/talisman = 5, ) /obj/machinery/vending/ashclothingvendor/Initialize(mapload)