This commit is contained in:
redstryker
2016-09-24 00:20:48 -04:00
parent 57c5de6d1c
commit 83b080f65c
10 changed files with 54 additions and 1 deletions

View File

@@ -36,6 +36,32 @@
display_name = "wallet, polychromic"
path = /obj/item/weapon/storage/wallet/poly
/datum/gear/accessory/wallet/womens
display_name = "wallet, womens"
path = /obj/item/weapon/storage/wallet/womens
/datum/gear/accessory/wallet/womens/New()
..()
gear_tweaks = list(gear_tweak_free_color_choice)
/datum/gear/accessory/clutch
display_name = "clutch bag"
path = /obj/item/weapon/storage/briefcase/clutch
cost = 2
/datum/gear/accessory/clutch/New()
..()
gear_tweaks = list(gear_tweak_free_color_choice)
/datum/gear/accessory/purse
display_name = "purse"
path = /obj/item/weapon/storage/backpack/purse
cost = 3
/datum/gear/accessory/purse/New()
..()
gear_tweaks = list(gear_tweak_free_color_choice)
/datum/gear/accessory/holster
display_name = "holster, armpit"
path = /obj/item/clothing/accessory/holster/armpit