diff --git a/modular_zubbers/code/game/objects/items/reshirevolver.dm b/modular_zubbers/code/game/objects/items/reshirevolver.dm index de372c538bd..2b3814e4101 100644 --- a/modular_zubbers/code/game/objects/items/reshirevolver.dm +++ b/modular_zubbers/code/game/objects/items/reshirevolver.dm @@ -23,7 +23,7 @@ w_class = WEIGHT_CLASS_BULKY resistance_flags = FLAMMABLE -/obj/item/storage/bag/b460/Initialize(mapload) +/obj/item/storage/bag/b460reloadpouch/Initialize(mapload) . = ..() atom_storage.max_specific_storage = WEIGHT_CLASS_SMALL atom_storage.max_total_storage = 24 @@ -31,7 +31,7 @@ atom_storage.numerical_stacking = TRUE atom_storage.can_hold = typecacheof(list(/obj/item/ammo_casing/b460)) -/obj/item/storage/bag/b460/PopulateContents() +/obj/item/storage/bag/b460reloadpouch/PopulateContents() .=..() new /obj/item/ammo_casing/b460(src) new /obj/item/ammo_casing/b460(src)