diff --git a/code/game/objects/items/storage/wallets.dm b/code/game/objects/items/storage/wallets.dm index 85a4f34f075..0590c3877b8 100644 --- a/code/game/objects/items/storage/wallets.dm +++ b/code/game/objects/items/storage/wallets.dm @@ -21,6 +21,7 @@ /obj/item/clothing/mask/cigarette, /obj/item/coupon, /obj/item/flashlight/pen, + /obj/item/folder/biscuit, /obj/item/seeds, /obj/item/stack/medical, /obj/item/toy/crayon, @@ -29,6 +30,7 @@ /obj/item/dice, /obj/item/disk, /obj/item/implanter, + /obj/item/laser_pointer, /obj/item/lighter, /obj/item/lipstick, /obj/item/match,