rabdill / bishop

An engine for writing browser-based text adventures using only client-side JavaScript.
Other
1 stars 0 forks source link

You can't examine an item in inventory if there's a similar one in the room #177

Open rabdill opened 9 years ago

rabdill commented 9 years ago

Scenario: You're in the kitchen and take the can to acquire the can of baked beans. Out in the dining room, if you find a mysterious can, writing examine can will only describe the one in the room.

Problem started with the improvement from this: https://github.com/rabdill/bishops_map/issues/145