Skip to content
This repository has been archived by the owner on Aug 24, 2023. It is now read-only.

Commit

Permalink
Change the weight allowance of clay pots.
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 CleverRaven#52824
  • Loading branch information
CosmicHitman authored and CosmicHitman committed Nov 15, 2021
1 parent 70623c6 commit 69c69df
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 69c69df

Please sign in to comment.