Skip to content

Commit

Permalink
slight fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Holli-Git committed Oct 2, 2024
1 parent 6406c1b commit a0617f5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions data/json/itemgroups/Weapons_Mods_Ammo/guns_by_calibre.json
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,6 @@
{ "item": "p220_10", "prob": 4, "charges": [ 0, -1 ] },
{ "item": "xd_10", "prob": 9, "charges": [ 0, -1 ] },
{ "item": "witness_10", "prob": 1, "charges": [ 0, -1 ] },
{ "item": "TDI_10", "prob": 18, "charges": [ 0, -1 ] },
{ "item": "glock_20", "prob": 12, "charges": [ 0, -1 ] },
{ "item": "glock_29", "prob": 62, "charges": [ 0, -1 ] }
]
Expand Down Expand Up @@ -589,7 +588,7 @@
{
"type": "item_group",
"id": "guns_rifle_common_300blk",
"items": [ ]
"items": [ { "group": "nested_ar15_retool_300_16", "prob": 100 } ]
},
{
"type": "item_group",
Expand Down Expand Up @@ -741,7 +740,7 @@
{
"type": "item_group",
"id": "guns_rifle_common_display_300blk",
"items": [ ]
"items": [ { "group": "ar15_300", "prob": 100 } ]
},
{
"type": "item_group",
Expand Down

0 comments on commit a0617f5

Please sign in to comment.