diff --git a/data/json/items/armor/storage.json b/data/json/items/armor/storage.json index fc790e7c1ecc0..1591eb857dd6f 100644 --- a/data/json/items/armor/storage.json +++ b/data/json/items/armor/storage.json @@ -515,7 +515,10 @@ "covers": [ "LEGS" ], "coverage": 20, "encumbrance": 5, - "pocket_data": [ { "pocket_type": "CONTAINER", "max_contains_volume": "2250 ml", "max_contains_weight": "2 kg", "moves": 200 } ], + "pocket_data": [ + { "pocket_type": "CONTAINER", "max_contains_volume": "2250 ml", "max_contains_weight": "2 kg", "moves": 200 }, + { "pocket_type": "CONTAINER", "max_contains_volume": "2250 ml", "max_contains_weight": "2 kg", "moves": 200 } + ], "material_thickness": 2, "flags": [ "VARSIZE", "WATER_FRIENDLY", "BELTED" ] },