Update wallets.dm

This commit is contained in:
Trilbyspaceclone
2018-11-21 02:44:59 -05:00
committed by GitHub
parent 5435fa4cba
commit 12e43ea5f3

View File

@@ -12,7 +12,7 @@
/obj/item/storage/wallet/ComponentInitialize()
. = ..()
GET_COMPONENT(STR, /datum/component/storage)
STR.max_items = 4
STR.max_items = 4
STR.can_hold = typecacheof(list(
/obj/item/stack/spacecash,
/obj/item/card,