Skip to content

Commit

Permalink
FOR REAL
Browse files Browse the repository at this point in the history
  • Loading branch information
AmoryBlaine committed Aug 16, 2024
1 parent f13f7f8 commit 7909855
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 @@ -169,7 +169,7 @@
desc = "A relatively large storage case containing a loaded Spearhead Armoury autorevolver and additional speedloaders."

/obj/item/storage/box/loadout/Spearhead_loadout/fill_preset_inventory()
handle_item_insertion(new /obj/item/weapon/gun/revolver/spearhead/black())
handle_item_insertion(new /obj/item/weapon/gun/revolver/spearhead())
for(var/i = 1 to storage_slots - 1)
new /obj/item/ammo_magazine/revolver/spearhead(src)

Expand Down

0 comments on commit 7909855

Please sign in to comment.