Skip to content

Commit

Permalink
Update code/game/objects/items/storage/belt.dm
Browse files Browse the repository at this point in the history
Co-authored-by: meem <[email protected]>
Signed-off-by: retlaw34 <[email protected]>
  • Loading branch information
rye-rice and meemofcourse authored Feb 16, 2024
1 parent c682f2f commit 9bce338
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 9bce338

Please sign in to comment.