diff options
Diffstat (limited to 'data/rooms/example_unused/town/9999927.yaml')
| -rw-r--r-- | data/rooms/example_unused/town/9999927.yaml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/data/rooms/example_unused/town/9999927.yaml b/data/rooms/example_unused/town/9999927.yaml index 145e1bd..5862463 100644 --- a/data/rooms/example_unused/town/9999927.yaml +++ b/data/rooms/example_unused/town/9999927.yaml @@ -1,5 +1,8 @@ name: "East of South of West of West of Town Square" -description: "Here is a description of where we are!" +description: + - text: "Here is a description of where we are!" exits: - west: 9999928 - north: 9999926 + west: + room: 9999928 + north: + room: 9999926 |
