Update wallets.dm
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
/obj/item/storage/wallet/ComponentInitialize()
|
/obj/item/storage/wallet/ComponentInitialize()
|
||||||
. = ..()
|
. = ..()
|
||||||
GET_COMPONENT(STR, /datum/component/storage)
|
GET_COMPONENT(STR, /datum/component/storage)
|
||||||
STR.max_items = 4
|
STR.max_items = 4
|
||||||
STR.can_hold = typecacheof(list(
|
STR.can_hold = typecacheof(list(
|
||||||
/obj/item/stack/spacecash,
|
/obj/item/stack/spacecash,
|
||||||
/obj/item/card,
|
/obj/item/card,
|
||||||
|
|||||||
Reference in New Issue
Block a user