diff --git a/data/json/items/tool/cooking.json b/data/json/items/tool/cooking.json index 4bbc848b7a8a5..c8c85f7c90ef0 100644 --- a/data/json/items/tool/cooking.json +++ b/data/json/items/tool/cooking.json @@ -206,7 +206,7 @@ "material": [ "clay" ], "symbol": ")", "color": "brown", - "pocket_data": [ { "max_contains_volume": "2 L", "max_contains_weight": "2 kg", "watertight": true, "rigid": true } ], + "pocket_data": [ { "max_contains_volume": "2 L", "max_contains_weight": "2100 g", "watertight": true, "rigid": true } ], "qualities": [ [ "COOK", 3 ], [ "BOIL", 2 ], [ "CONTAIN", 1 ], [ "CHEM", 1 ] ], "use_action": [ "HEAT_FOOD" ], "flags": [ "ALLOWS_REMOTE_USE" ]