From f4952ffa56538bafe6753a49f05a15d582e45a7b Mon Sep 17 00:00:00 2001 From: Iajret Creature <122297233+Steals-The-PRs@users.noreply.github.com> Date: Thu, 7 Dec 2023 14:30:47 +0300 Subject: [PATCH] Good Assistant Points Punchcard. Now in Wallets! (#1017) makes gbp_punchcard wallet-able Co-authored-by: Hypertorus Fusion Reactor <109750345+dis-integrates-the-integration-tests@users.noreply.github.com> Co-authored-by: Hypertorus Fusion Reactor <109750345+MrDerpi@users.noreply.github.com> --- 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 7cb0afc2079..17412698e64 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, // SKYRAT EDIT BEGIN /obj/item/condom_pack, + /obj/item/gbp_punchcard, // SKYRAT EDIT END /obj/item/coupon, /obj/item/flashlight/pen,