mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-07-18 18:42:59 +01:00
Makes wallets (except for orange) free of cost
This commit is contained in:
@@ -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()
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user