Makes wallets (except for orange) free of cost

This commit is contained in:
Cameron653
2017-11-10 18:29:44 -05:00
committed by GitHub
parent df89195c48
commit d5e9f96493
@@ -29,14 +29,18 @@
/datum/gear/accessory/wallet
display_name = "wallet, orange"
path = /obj/item/weapon/storage/wallet/random
cost = 1 //VOREStation Edit
/datum/gear/accessory/wallet_poly
display_name = "wallet, polychromic"
path = /obj/item/weapon/storage/wallet/poly
cost = 0 //VOREStation Edit
/datum/gear/accessory/wallet/womens
display_name = "wallet, womens"
path = /obj/item/weapon/storage/wallet/womens
cost = 0 //VOREStation Edit
/datum/gear/accessory/wallet/womens/New()
..()