vilmibm / tildemush

a modern mush tailored to tilde town
GNU General Public License v3.0
42 stars 12 forks source link

include room exits in client state output #68

Closed vilmibm closed 6 years ago

vilmibm commented 6 years ago

The client state output should have this under the 'room' key:

'exits': {
  'north': {
    'exit_name': 'A rusty door',
    'room_name': 'Coat Room',
  },
}