From 79805d068af0dc0f81595ccc5cd39fa5b354b671 Mon Sep 17 00:00:00 2001 From: lessthanthree <83487515+lessthnthree@users.noreply.github.com> Date: Tue, 13 Dec 2022 13:58:53 -0800 Subject: [PATCH] [MANUAL MIRROR] Coupons now fit in wallets (#18134) coupons go in wallets --- code/game/objects/items/storage/wallets.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/objects/items/storage/wallets.dm b/code/game/objects/items/storage/wallets.dm index 10cb32b58a5..fa16b4eadab 100644 --- a/code/game/objects/items/storage/wallets.dm +++ b/code/game/objects/items/storage/wallets.dm @@ -18,6 +18,7 @@ /obj/item/holochip, /obj/item/card, /obj/item/clothing/mask/cigarette, + /obj/item/coupon, /obj/item/flashlight/pen, /obj/item/seeds, /obj/item/stack/medical,