Skip to content

Commit

Permalink
add flag ALLOWS_REMOTE_USE to canning pot
Browse files Browse the repository at this point in the history
  • Loading branch information
Tairesh authored and kevingranade committed Apr 27, 2020
1 parent c2732c3 commit 3c7ee60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data/json/items/generic/dining_kitchen.json
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,8 @@
"color": "dark_gray",
"container_data": { "contains": "25 L", "watertight": true },
"qualities": [ [ "COOK", 3 ], [ "BOIL", 2 ], [ "CONTAIN", 1 ], [ "CHEM", 1 ] ],
"use_action": "HEAT_FOOD"
"use_action": "HEAT_FOOD",
"flags": [ "ALLOWS_REMOTE_USE" ]
},
{
"type": "GENERIC",
Expand Down

0 comments on commit 3c7ee60

Please sign in to comment.