From 2ebad2a964a0de7786be1c62d9816a29cbdb9529 Mon Sep 17 00:00:00 2001 From: Kevin Granade Date: Mon, 4 May 2020 05:09:10 +0000 Subject: [PATCH] storage definition hotfix --- data/mods/Aftershock/items/armor.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/mods/Aftershock/items/armor.json b/data/mods/Aftershock/items/armor.json index 6aa3373f11b64..1206f12be4bbd 100644 --- a/data/mods/Aftershock/items/armor.json +++ b/data/mods/Aftershock/items/armor.json @@ -79,7 +79,7 @@ "weight": "900 g", "volume": "3 L", "copy-from": "jeans", - "storage": "750 ml", + "pocket_data": [ { "pocket_type": "CONTAINER", "rigid": true, "max_contains_volume": "750 ml", "max_contains_weight": "1 kg" } ], "material_thickness": 4, "flags": [ "VARSIZE", "POCKETS", "OVERSIZE" ] }, @@ -92,7 +92,7 @@ "copy-from": "technician_pants_gray", "weight": "770 g", "volume": "3 L", - "storage": "1700 ml", + "pocket_data": [ { "pocket_type": "CONTAINER", "rigid": true, "max_contains_volume": "1700 ml", "max_contains_weight": "2 kg" } ], "material_thickness": 2, "snippet_category": [ { "id": "xl_technician_pants_blue", "text": "A pair of XL blue work pants." },