diff --git a/monkestation/code/modules/store/store_items/pocket.dm b/monkestation/code/modules/store/store_items/pocket.dm index f57499593e36..cf3907c22dfd 100644 --- a/monkestation/code/modules/store/store_items/pocket.dm +++ b/monkestation/code/modules/store/store_items/pocket.dm @@ -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