Updates wallets (#21531)

* wallet update wooo

* didnt want to do that

* undo accidental changes

* i have a problem

* i swear I can type comments well
This commit is contained in:
Contrabang
2023-07-07 08:26:07 -04:00
committed by GitHub
parent 0ac521e633
commit e212ca48ed
4 changed files with 36 additions and 83 deletions

View File

@@ -117,6 +117,12 @@ GLOBAL_DATUM_INIT(global_prizes, /datum/prizes, new())
typepath = /obj/item/ammo_box/caps
cost = 30
/datum/prize_item/wallet
name = "Cheap Wallet"
desc = "A cheap and big enough for standard issue ID cards."
typepath = /obj/item/storage/wallet/cheap
cost = 30
/datum/prize_item/crayons
name = "Box of Crayons"
desc = "A six-pack of crayons, just like back in kindergarten."
@@ -141,12 +147,6 @@ GLOBAL_DATUM_INIT(global_prizes, /datum/prizes, new())
typepath = /obj/item/deck/cards/tiny/doublecards
cost = 50
/datum/prize_item/wallet
name = "Colored Wallet"
desc = "Brightly colored and big enough for standard issue ID cards."
typepath = /obj/item/storage/wallet/color
cost = 50
/datum/prize_item/id_sticker
name = "Prisoner ID Sticker"
desc = "A sticker that can make any ID look like a prisoner ID."