curiousdannii-testing / inform7-imported-bugs

0 stars 0 forks source link

[I7-1457] [Mantis 1493] Rule for deciding concealed possessions do not affect visibility of container contents in locale descriptions #627

Closed curiousdannii-testing closed 2 years ago

curiousdannii-testing commented 2 years ago

Reported by : otistdog

Description :

WWI 18.9 strongly implies that the rules for concealed possessions universally affect visibility of things, and, in fact, if a container is given an appropriate rule for deciding the concealed possessions, it can be made to act as though given contents are invisible.

However, the concealed content is still listed in the locale description of the container in question.

In the example below, the diamond should presumably not be visible in the locale description, to be consistent with efforts to interact with it.

Steps to reproduce :

"Problem Example" by "Otis"

Thieves' Den is a room.

An aquarium is a fixed in place container in Thieves' Den.

Some pebbles are in the aquarium.

Some water is in the aquarium. The indefinite article of the water is "some".

A goldfish is an animal in the aquarium.

A flawless diamond is in the aquarium.

Rule for deciding the concealed possessions of the aquarium (this is the diamonds are hard to spot in water rule):
    if the particular possession is the diamond and the diamond is in the aquarium and the water is in the aquarium:
        decide yes;
    otherwise:
        decide no.

test me with "look / x pebbles / x goldfish / x diamond / look / take pebbles / take diamond"

Additional information :

imported from: [Mantis 1493] Rule for deciding concealed possessions do not affect visibility of container contents in locale descriptions
  • status: Closed
  • resolution: Resolved
  • resolved: 2022-04-07T04:58:35+10:00
  • imported: 2022/01/10
curiousdannii-testing commented 2 years ago

557058:4c095ffd-6d6f-47ce-9e73-77c613347b86:

Comment by graham :
I agree that it would be more consistent if the list-writer also followed the "deciding the concealed possessions of" activity, so I have implemented this.