Skip to content

Commit

Permalink
loadout wallet (#2235)
Browse files Browse the repository at this point in the history
Co-authored-by: KnighTheThrasher <[email protected]>
  • Loading branch information
KnigTheThrasher and KnigTheThrasher authored Jun 16, 2024
1 parent 35a1070 commit ce658cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monkestation/code/modules/store/store_items/pocket.dm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ GLOBAL_LIST_INIT(store_pockets, generate_store_items(/datum/store_item/pocket))
/datum/store_item/pocket
category = LOADOUT_ITEM_MISC

/datum/store_item/pocket
/datum/store_item/pocket/wallet
name = "Wallet"
item_path = /obj/item/storage/wallet

Expand Down

0 comments on commit ce658cd

Please sign in to comment.