summaryrefslogtreecommitdiff
path: root/json/items/magazine/40.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/items/magazine/40.json')
-rw-r--r--json/items/magazine/40.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/json/items/magazine/40.json b/json/items/magazine/40.json
index 3be341c..2fcaab8 100644
--- a/json/items/magazine/40.json
+++ b/json/items/magazine/40.json
@@ -6,7 +6,7 @@
"name": { "str": "H&K USP .40 magazine" },
"description": "A standard capacity magazine for use with the Heckler & Koch USP .40 handgun.",
"ammo_type": [ "40" ],
- "capacity": 13
+ "pocket_data": [ { "pocket_type": "MAGAZINE", "rigid": true, "ammo_restriction": { "40": 13 } } ]
},
{
"id": "p3040mag",
@@ -23,6 +23,6 @@
"description": "A standard 30-round box magazine for use with the Heckler & Koch UMP40 SMG.",
"weight": "200 g",
"ammo_type": [ "40" ],
- "capacity": 30
+ "pocket_data": [ { "pocket_type": "MAGAZINE", "rigid": true, "ammo_restriction": { "40": 30 } } ]
}
]