From 4016c25199c11b6488f4b15181e9462484df8d51 Mon Sep 17 00:00:00 2001 From: Arthri <41360489+Arthri@users.noreply.github.com> Date: Fri, 25 Jul 2025 03:56:00 +0800 Subject: [PATCH] Allow mining charges to be stored in explorer's webbing (#29789) Co-authored-by: Arthri <41360489+a@users.noreply.github.com> --- code/game/objects/items/weapons/storage/belt.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/game/objects/items/weapons/storage/belt.dm b/code/game/objects/items/weapons/storage/belt.dm index a0efde6cdbe..d0dd907098f 100644 --- a/code/game/objects/items/weapons/storage/belt.dm +++ b/code/game/objects/items/weapons/storage/belt.dm @@ -1037,7 +1037,8 @@ /obj/item/organ/internal/regenerative_core, /obj/item/wormhole_jaunter, /obj/item/storage/bag/plants, - /obj/item/stack/marker_beacon) + /obj/item/stack/marker_beacon, + /obj/item/grenade/plastic/miningcharge) /obj/item/storage/belt/mining/vendor/Initialize(mapload) . = ..()