Skip to content

Commit

Permalink
Update code/game/objects/items/storage/misc.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Doubleumc <[email protected]>
  • Loading branch information
AmoryBlaine and Doubleumc committed Sep 24, 2024
1 parent d4c8d58 commit 9cfe53d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/storage/misc.dm
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
desc = "A small case containing a loaded ZHNK-72, and additional speedloaders."
can_hold = list(/obj/item/weapon/gun/revolver/upp, /obj/item/ammo_magazine/revolver/upp)

/obj/item/storage/box/loadout/zhnk72/fill_preset_inventory()
/obj/item/storage/box/loadout/ZHNK72_loadout/fill_preset_inventory()
handle_item_insertion(new /obj/item/weapon/gun/revolver/upp())
for(var/i = 1 to storage_slots - 1)
new /obj/item/ammo_magazine/revolver/upp(src)
Expand Down

0 comments on commit 9cfe53d

Please sign in to comment.