From b3f3ea48e0a90b7f9a52c059b7eff026b1ee967b Mon Sep 17 00:00:00 2001 From: anothersimulacrum <42699974+anothersimulacrum@users.noreply.github.com> Date: Sun, 3 May 2020 16:11:32 -0700 Subject: [PATCH] Update tea box to be a container --- data/json/items/containers.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/json/items/containers.json b/data/json/items/containers.json index d1ea4bea9ede5..5b2880bd627a0 100644 --- a/data/json/items/containers.json +++ b/data/json/items/containers.json @@ -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.", @@ -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" } ] } ]