Skip to content

Commit

Permalink
Merge pull request #31738 from ymber/shotgun_fixes
Browse files Browse the repository at this point in the history
fix shotgun itemgroups
  • Loading branch information
Rivet-the-Zombie authored Jun 23, 2019
2 parents e421845 + 485ac7d commit 0db43cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions data/json/itemgroups/ammo.json
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@
"type": "item_group",
"id": "ammo_shotgun_common",
"//": "Shotgun ammo commonly owned by citizens and found in many locations.",
"items": [ [ "shot_00", 100 ], [ "shot_bird", 70 ], [ "shot_dragon", 10 ], [ "410shot_000", 50 ] ]
"items": [ [ "shot_00", 100 ], [ "shot_bird", 70 ], [ "shot_slug", 70 ], [ "410shot_000", 50 ] ]
},
{
"type": "item_group",
Expand All @@ -235,7 +235,7 @@
[ "20x66_flare", 10 ],
[ "20x66_shot", 40 ],
[ "20x66_slug", 20 ],
[ "shot_slug", 100 ],
[ "shot_dragon", 10 ],
[ "shot_beanbag", 20 ]
]
},
Expand Down
3 changes: 2 additions & 1 deletion data/json/itemgroups/guns.json
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,8 @@
"//": "Military specification shotguns only ever found at military sites.",
"items": [
{ "item": "l_def_12", "prob": 100, "charges-min": 0, "charges-max": 8 },
{ "item": "rm20", "prob": 20, "charges-min": 0, "charges-max": 20 }
{ "item": "rm20", "prob": 20, "charges-min": 0, "charges-max": 20 },
{ "item": "m1014", "prob": 100, "charges-min": 0, "charges-max": 8 }
]
},
{
Expand Down

0 comments on commit 0db43cf

Please sign in to comment.