From bcc85f216486f8d1196dac985ef607609d0e4ad7 Mon Sep 17 00:00:00 2001 From: Hatterhat <31829017+Hatterhat@users.noreply.github.com> Date: Wed, 10 Sep 2025 17:23:20 -0500 Subject: [PATCH] allows mailbags to hold bounty cubes (#92920) ## About The Pull Request Allows mail bags to hold bounty cubes for optimal manual carrying of bounty cubes to the cargo shuttle. ## Why It's Good For The Game if i'm going to run like 10 bounties i don't want to have to carry them onto the shuttle one by one. alternatively if there's a lot of people running bounties i'd like to consolidate them into one inventory slot and not have to lug around a crate to sell it all off ## Changelog :cl: qol: Mail bags can now hold bounty cubes. /:cl: Co-authored-by: Hatterhat --- code/datums/storage/subtypes/bags.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/datums/storage/subtypes/bags.dm b/code/datums/storage/subtypes/bags.dm index c706b12eab2..186383ef7cd 100644 --- a/code/datums/storage/subtypes/bags.dm +++ b/code/datums/storage/subtypes/bags.dm @@ -260,7 +260,8 @@ set_holdable(list( /obj/item/mail, /obj/item/delivery/small, - /obj/item/paper + /obj/item/paper, + /obj/item/bounty_cube, )) ///Garment bag