diff --git a/modular_zubbers/code/game/objects/items/reshirevolver.dm b/modular_zubbers/code/game/objects/items/reshirevolver.dm index 536d556cd45..de372c538bd 100644 --- a/modular_zubbers/code/game/objects/items/reshirevolver.dm +++ b/modular_zubbers/code/game/objects/items/reshirevolver.dm @@ -19,6 +19,9 @@ desc = "A pouch for holding loose casings for .460 Rowland ammo. incompatible with anything else" icon = 'modular_zubbers/icons/obj/pouches.dmi' icon_state = "reloadpouch" + slot_flags = ITEM_SLOT_POCKETS + w_class = WEIGHT_CLASS_BULKY + resistance_flags = FLAMMABLE /obj/item/storage/bag/b460/Initialize(mapload) . = ..()