Skip to content

Commit

Permalink
Change the weight allowance of clay pots. (#52842)
Browse files Browse the repository at this point in the history
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

Co-authored-by: CosmicHitman <N/A>
  • Loading branch information
CosmicHitman authored Nov 17, 2021
1 parent 10f1c2b commit e393188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/json/items/tool/cooking.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
Expand Down

0 comments on commit e393188

Please sign in to comment.