From 2234cdde699d9a583c89a55a7542c2bc1c2557b6 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 12 Mar 2024 15:43:58 -0700 Subject: Fix lab coat and army winter coat storage. --- json/items/armor/coats.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'json') diff --git a/json/items/armor/coats.json b/json/items/armor/coats.json index 374d4ae..d59199b 100644 --- a/json/items/armor/coats.json +++ b/json/items/armor/coats.json @@ -20,7 +20,7 @@ { "covers": [ "torso" ], "coverage": 100, "encumbrance": [ 2, 5 ] }, { "covers": [ "arms" ], "coverage": 100, "encumbrance": [ 2, 2 ] } ], - "storage": "4 L" + "storage": "4100 ml" }, { "id": "coat_rain", @@ -331,6 +331,6 @@ { "covers": [ "torso" ], "coverage": 100, "encumbrance": [ 10, 20 ] }, { "covers": [ "arms" ], "coverage": 100, "encumbrance": [ 10, 10 ] } ], - "storage": "4600 ml" + "storage": "4800 ml" } ] -- cgit v1.2.1