# Pewter bowl cant hold water because missing tag

**URL:** https://discourse.cataclysmdda.org/t/pewter-bowl-cant-hold-water-because-missing-tag/9521
**Category:** The Garage
**Created:** [April 30, 2015, 5:56am UTC](https://discourse.cataclysmdda.org/t/pewter-bowl-cant-hold-water-because-missing-tag/9521 "2015-04-30T05:56:03Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![cainiao](https://avatars.discourse-cdn.com/v4/letter/c/d78d45/32.png) [@cainiao](https://discourse.cataclysmdda.org/u/cainiao)
#### Post date: [April 30, 2015, 5:56am UTC](https://discourse.cataclysmdda.org/t/pewter-bowl-cant-hold-water-because-missing-tag/9521/1 "2015-04-30T05:56:03Z")

</div>

pewter bowl is missing “watertight” and “seals” tag.

From containers.json  
compare

` {
        "id":"bowl_pewter",
        "type":"CONTAINER",
        "color":"light_cyan",
        "symbol":")",
        "name":"pewter bowl",
        "category": "other",
        "description":"A pewter bowl. Can be used as a container or as a tool. Holds 250 ml of liquid.",
        "cutting":0,
        "price": 400,
        "weight":50,
        "volume":1,
        "bashing":0,
        "to_hit":-1,
        "material":"steel",
        "contains":1,
        "rigid": true
    },`

with

` {
        "id":"bowl_plastic",
        "type":"CONTAINER",
        "color":"light_cyan",
        "symbol":")",
        "name":"plastic bowl",
        "category": "other",
        "description":"A plastic bowl. Can be used as a container or as a tool. Holds 250 ml of liquid.",
        "cutting":0,
        "price": 100,
        "weight":0,
        "volume":1,
        "bashing":0,
        "to_hit":1,
        "material":"plastic",
        "contains":1,
        "rigid": true,
        "watertight": true,
        "seals": true
    },`

---

<div class="post-metadata">

### Author: ![Wally-kun](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/wally-kun/32/375_2.png) [@Wally-kun](https://discourse.cataclysmdda.org/u/Wally-kun)
#### Post date: [May 3, 2015, 3:43am UTC](https://discourse.cataclysmdda.org/t/pewter-bowl-cant-hold-water-because-missing-tag/9521/2 "2015-05-03T03:43:49Z")

</div>

But it’s a bowl. It ISNT water-tight.

God I hope they figure out containers soon.
