From 86393bd85c635367e109c15ddbe7c20cbcb35aa7 Mon Sep 17 00:00:00 2001 From: DATAxPUNGED <44149906+DATA-xPUNGED@users.noreply.github.com> Date: Mon, 5 Jun 2023 15:23:26 -0300 Subject: [PATCH] Biscuit papers and Laser pointers can now be placed inside wallets (#75834) Added the paper biscuits (the ones with the id code) and laser pointers to the list of things that you can put inside a wallet. If you have ideas for anything that should also be allowed to be inside wallets, comment it. I'm sure we have missed some things along the way. --- code/game/objects/items/storage/wallets.dm | 2 ++ 1 file changed, 2 insertions(+) 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,