seisatsu / DennisMUD

Dennis MUD - A multiplayer text adventure sandbox engine where the players build the world with in-game commands.
https://dennismud.xyz/
MIT License
50 stars 6 forks source link

Investigate distinctions between primary and secondary ownership. #55

Closed seisatsu closed 4 years ago

seisatsu commented 4 years ago

With some new features in planning, primary owners of objects may have special privileges that secondary owners don't have. For example, if a room is broken, items in that room will return to the inventories of the primary owners. Investigate where special privileges should apply, and implement them.

seisatsu commented 4 years ago

Primary ownership will determine who receives an item that's been returned by one of the return commands, and also who items go to when their room is broken.

seisatsu commented 4 years ago

Done a while ago.