Skip to content

Commit

Permalink
Merge pull request #77338 from CleverRaven/20_rd_shotgun_mag
Browse files Browse the repository at this point in the history
fix 5 round shotgun magazine having 20 rounds
  • Loading branch information
Maleclypse authored Oct 25, 2024
2 parents eda59f2 + d4fc130 commit 0d65968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/json/items/magazine/shot.json
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@
"ammo_type": [ "shot" ],
"flags": [ "MAG_COMPACT" ],
"material": [ "lc_steel", "plastic" ],
"pocket_data": [ { "pocket_type": "MAGAZINE", "rigid": true, "ammo_restriction": { "shot": 20 } } ]
"pocket_data": [ { "pocket_type": "MAGAZINE", "rigid": true, "ammo_restriction": { "shot": 5 } } ]
},
{
"id": "mka_1919_10",
Expand Down

0 comments on commit 0d65968

Please sign in to comment.