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/9999961.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'data/rooms/example_unused/underground2/9999961.yaml') diff --git a/data/rooms/example_unused/underground2/9999961.yaml b/data/rooms/example_unused/underground2/9999961.yaml index 2d1e75c..e9124d8 100644 --- a/data/rooms/example_unused/underground2/9999961.yaml +++ b/data/rooms/example_unused/underground2/9999961.yaml @@ -1,6 +1,8 @@ name: "Synth Lab" -description: "A sterile laboratory where combat androids were designed and assembled. White panels line the walls, some splattered with old coolant stains. Diagnostic screens flicker with corrupted data." +description: + - text: "A sterile laboratory where combat androids were designed and assembled. White panels line the walls, some splattered with old coolant stains. Diagnostic screens flicker with corrupted data." exits: - east: 9999960 + east: + room: 9999960 mobs: - id: elite_synth -- cgit v1.2.3