Menu

#12 issue when reporting that an object is destroyed

1.0
open
nobody
None
2020-07-15
2020-07-15
Lee Harr
No

Originally reported on Google Code with ID 24 ``` Here's what it prints:

drink from cup

You drink water from the cup. water is destroyed.

As you can see this is not quite as it should.

The ideal would be something like: The water is consumed.

I've been told that in English consumed means completely used up, but in other languages it doesn't mean it's all gone, so I'm asking myself if just using 'consumed' is enough to convey that the item is no more.

The way this could be implemented which comes to mind right now is to have the engine check if the item has an attribute 'consume()' ( which is more generic than drink and could be applied to more things. )

We should be able to support fire and other 'consumables' with this.

```

Reported by hello.jay.araujo on 2009-01-25 01:22:00
Comments (2)

Former user Account Deleted

```

'All the water is consumed' might be a better alternative, specially for the ESL folks. ```

Reported by `hello.jay.araujo` on 2009-01-25 01:28:03
    2009-01-24
Former user Account Deleted

```

I got other suggestions:

<@orkim> depleted <hollis> I like depleted too ```

Reported by `hello.jay.araujo` on 2009-01-25 01:44:32
    2009-01-24

Discussion


Log in to post a comment.