Skip to content

Commit

Permalink
Update tea box to be a container
Browse files Browse the repository at this point in the history
  • Loading branch information
anothersimulacrum authored and kevingranade committed May 4, 2020
1 parent 1a517a9 commit b3f3ea4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/json/items/containers.json
Original file line number Diff line number Diff line change
Expand Up @@ -1608,7 +1608,7 @@
},
{
"id": "box_tea",
"type": "CONTAINER",
"type": "GENERIC",
"category": "container",
"name": { "str": "small cardboard box of tea bags", "str_pl": "small cardboard boxes of tea bags" },
"description": "A very small cardboard box with tea brand written on it.",
Expand All @@ -1619,6 +1619,6 @@
"material": "cardboard",
"symbol": ")",
"color": "green",
"contains": "100 ml"
"pocket_data": [ { "pocket_type": "CONTAINER", "rigid": true, "max_contains_volume": "100 ml", "max_contains_weight": "200 g" } ]
}
]

0 comments on commit b3f3ea4

Please sign in to comment.