Re: Minor change to look, examine, etc.

Author:Dáin
Date:Tue Aug 9 10:50:41 2016
Id:2512
As of the next reboot, the discrepancy in object order between "look" and
"examine" should be fixed.

It used to be that "look" could show objects in the wrong order, which is
confusing when you try to "get sword" or similar.

Some reordering might still happen as "look" will combine objects with the same
name. Example:

  > look
  There are four longswords here.
  A two-handed sword is on the ground.

  > examine
  A longsword is on the ground.
  A longsword is on the ground.
  A two-handed sword is on the ground.
  A longsword is on the ground.
  A longsword is on the ground.

- Dáin