Skip to content

Commit

Permalink
Apply suggestion.
Browse files Browse the repository at this point in the history
Co-authored-by: mqrause <38702195+mqrause@users.noreply.github.com>
  • Loading branch information
arijust and mqrause authored Sep 22, 2020
1 parent 69c349f commit 6e05a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/mods/Generic_Guns/magazines/pistol.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"name": { "str": "revolver speedloader" },
"description": "A 'speedloader', a metal block capable of holding and releasing ammunition to aid in loading revolvers. Accepts 6 standard or magnum pistol cartridges.",
"ammo_type": [ "ammo_pistol", "ammo_pistol_magnum" ],
"pocket_data": [ { "pocket_type": "MAGAZINE", "ammo_restriction": { { "ammo_pistol": 6 }, { "ammo_pistol_magnum": 6 } } ]
"pocket_data": [ { "pocket_type": "MAGAZINE", "ammo_restriction": { "ammo_pistol": 6, "ammo_pistol_magnum": 6 } } ]
}
]

0 comments on commit 6e05a15

Please sign in to comment.