marrow / jikca

A modern MU* server implementation in Python 3 using asynchronous networking and MongoDB object storage, with integral web-based client.
MIT License
2 stars 0 forks source link

Persist accessible inventories on-screen. #11

Open amcgregor opened 5 years ago

amcgregor commented 5 years ago

As a User, in order to reduce repeated command invocation and bandwidth use, the accessible inventories should always be visible.


Accessible Inventory: The contents of locations within the user's current object search path. For example, the player's inventory, the player's location's contents, and the contents of any "open" containers within the player's location.


Work on: #2