From c705ae942573984784ef501bf8198f61f5206ddd Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Thu, 9 Jul 2026 05:27:10 -0400 Subject: refactor: simplify yaml, remove support for old scalar fields --- data/rooms/example_unused/town/9999928.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'data/rooms/example_unused/town/9999928.yaml') diff --git a/data/rooms/example_unused/town/9999928.yaml b/data/rooms/example_unused/town/9999928.yaml index 40f92ec..a0f7734 100644 --- a/data/rooms/example_unused/town/9999928.yaml +++ b/data/rooms/example_unused/town/9999928.yaml @@ -1,4 +1,6 @@ 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: - east: 9999927 + east: + room: 9999927 -- cgit v1.2.3