From 69c69dff84ee01c25233360d446f74993fa39424 Mon Sep 17 00:00:00 2001 From: CosmicHitman Date: Mon, 15 Nov 2021 14:53:18 -0500 Subject: [PATCH] Change the weight allowance of clay pots. By bumping up the weight allowance slightly, both water and salt water can have 8 units stored in the pot. Before, they could not. fixes #52824 --- data/json/items/tool/cooking.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ]