Skip to content

Commit

Permalink
Merge pull request #35866 from tenmillimaster/tube-mag-fixes
Browse files Browse the repository at this point in the history
Tube magazine fixes
  • Loading branch information
ZhilkinSerg authored Dec 4, 2019
2 parents 4b589b7 + 0ac6633 commit 40d0828
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions data/json/items/gun/shot.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@
"ranged_damage": 1,
"dispersion": 425,
"durability": 6,
"clip_size": 5
"clip_size": 5,
"extend": { "flags": [ "RELOAD_ONE" ] }
},
{
"id": "ksg",
Expand Down Expand Up @@ -211,7 +212,8 @@
[ "loading port", 1 ],
[ "sights", 1 ],
[ "underbarrel mount", 1 ]
]
],
"extend": { "flags": [ "RELOAD_ONE" ] }
},
{
"id": "pipe_double_shotgun",
Expand Down Expand Up @@ -363,7 +365,8 @@
[ "loading port", 1 ],
[ "sights mount", 1 ],
[ "underbarrel mount", 1 ]
]
],
"extend": { "flags": [ "RELOAD_ONE" ] }
},
{
"id": "revolver_shotgun",
Expand Down

0 comments on commit 40d0828

Please sign in to comment.