mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
Update reshirevolver.dm
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user