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/underground2/9999962.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'data/rooms/example_unused/underground2/9999962.yaml') diff --git a/data/rooms/example_unused/underground2/9999962.yaml b/data/rooms/example_unused/underground2/9999962.yaml index b5b89c4..1e41704 100644 --- a/data/rooms/example_unused/underground2/9999962.yaml +++ b/data/rooms/example_unused/underground2/9999962.yaml @@ -1,7 +1,10 @@ name: "Abandoned Bunker" -description: "A fortified bunker from some forgotten conflict. Sandbags are piled in the corners and spent shell casings litter the floor. A solitary figure stands watch over the remains." +description: + - text: "A fortified bunker from some forgotten conflict. Sandbags are piled in the corners and spent shell casings litter the floor. A solitary figure stands watch over the remains." exits: - up: 9999955 - down: 9999963 + up: + room: 9999955 + down: + room: 9999963 mobs: - id: veteran_merc -- cgit v1.2.3