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/9999958.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'data/rooms/example_unused/underground2/9999958.yaml') diff --git a/data/rooms/example_unused/underground2/9999958.yaml b/data/rooms/example_unused/underground2/9999958.yaml index 09bd869..3b02c46 100644 --- a/data/rooms/example_unused/underground2/9999958.yaml +++ b/data/rooms/example_unused/underground2/9999958.yaml @@ -1,7 +1,10 @@ name: "Security Checkpoint" -description: "A fortified security station with blast shields and a decommissioned weapons locker. Scorch marks on the walls tell the story of a last stand." +description: + - text: "A fortified security station with blast shields and a decommissioned weapons locker. Scorch marks on the walls tell the story of a last stand." exits: - north: 9999955 - south: 9999959 + north: + room: 9999955 + south: + room: 9999959 mobs: - id: enforcer_bot -- cgit v1.2.3