Skip to content

Commit

Permalink
Merge branch 'skm_rifle' of https://github.com/retlaw34/Shiptest into…
Browse files Browse the repository at this point in the history
… skm_rifle
  • Loading branch information
rye-rice committed Feb 16, 2024
2 parents be885f4 + 9bce338 commit 84ad736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/storage/belt.dm
Original file line number Diff line number Diff line change
Expand Up @@ -935,7 +935,7 @@

/obj/item/storage/belt/security/webbing/inteq/skm/PopulateContents()
. = ..()
for(var/i in 1 to 7)
for(var/i in 1 to 4)
new /obj/item/ammo_box/magazine/skm_762_40(src)

/obj/item/storage/belt/security/webbing/inteq/alt
Expand Down

0 comments on commit 84ad736

Please sign in to comment.