Skip to content

Commit

Permalink
Update toolbox.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Martinpachu committed Mar 7, 2024
1 parent e256ca6 commit 5118f3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/storage/toolbox.dm
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
name = "ammo can (8x50mmR)"
icon_state = "ammobox_850"
for(var/i in 1 to 4)
new (/obj/item/ammo_box/c8x50mm_box)
new /obj/item/ammo_box/c8x50mm_box(src)

/obj/item/storage/toolbox/ammo/a762_40/PopulateContents()
name = "ammo can (7.62x40mm CLIP)"
Expand Down

0 comments on commit 5118f3a

Please sign in to comment.