scionaltera / emergentmud

EmergentMUD is a free, text based "Multi-User Domain" that you play in your browser.
https://emergentmud.com
GNU Affero General Public License v3.0
5 stars 1 forks source link

Entity location should be a Room #71

Open scionaltera opened 6 years ago

scionaltera commented 6 years ago

The fact that Entity has coordinates for a location is a holdover from earlier data models that didn't have first class Room objects. In the current model it would make more sense for Entity to be located in a Room and Room to be the only one to have coordinates.