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/wilderness/99999180.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'data/rooms/example_unused/wilderness/99999180.yaml') diff --git a/data/rooms/example_unused/wilderness/99999180.yaml b/data/rooms/example_unused/wilderness/99999180.yaml index de7773d..1753086 100644 --- a/data/rooms/example_unused/wilderness/99999180.yaml +++ b/data/rooms/example_unused/wilderness/99999180.yaml @@ -1,4 +1,6 @@ name: "Construction Yard Entrance" -description: "A fenced staging area at the edge of the terraforming works. Crates of brackets and coils of cable are stacked under a sturdy section of atmospheric dome. To the {220}north{/} the dome shielding gives out and the open solar array field begins." +description: + - text: "A fenced staging area at the edge of the terraforming works. Crates of brackets and coils of cable are stacked under a sturdy section of atmospheric dome. To the {220}north{/} the dome shielding gives out and the open solar array field begins." exits: - north: 99999181 + north: + room: 99999181 -- cgit v1.2.3