Skip to content

Commit

Permalink
Adjust test glock to use magazine well
Browse files Browse the repository at this point in the history
  • Loading branch information
wapcaplet committed May 30, 2020
1 parent 985b5c9 commit 3b80193
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion data/mods/TEST_DATA/items.json
Original file line number Diff line number Diff line change
Expand Up @@ -822,7 +822,15 @@
"blackpowder_tolerance": 48,
"min_cycle_recoil": 380,
"skill": "pistol",
"magazines": [ [ "9mm", [ "glockmag", "glockbigmag" ] ] ]
"pocket_data": [
{
"pocket_type": "MAGAZINE_WELL",
"holster": true,
"max_contains_volume": "20 L",
"max_contains_weight": "20 kg",
"item_restriction": [ "glockmag", "glockbigmag" ]
}
]
},
{
"id": "test_9mm_ammo",
Expand Down

0 comments on commit 3b80193

Please sign in to comment.