I remember writing one of these and typing "put bag in bag" and then being confused why the bag disappeared from the world.
This was a long running bug with merc based muds. The logic was to scan the room items first which cased the bug. Later versions would scan corpses first, then self, then room.
Should have done it the other way around
This was a long running bug with merc based muds. The logic was to scan the room items first which cased the bug. Later versions would scan corpses first, then self, then room.