From 0dfd7bf19e800b67e03726c18cfa00e623d6b121 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Fri, 3 Jul 2026 18:36:55 -0400 Subject: fix: admin gui map screen works with rooms across multiple directories --- data/rooms/example_unused/town/999995.yaml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'data/rooms/example_unused/town/999995.yaml') diff --git a/data/rooms/example_unused/town/999995.yaml b/data/rooms/example_unused/town/999995.yaml index 3c1defb..87b2160 100644 --- a/data/rooms/example_unused/town/999995.yaml +++ b/data/rooms/example_unused/town/999995.yaml @@ -1,10 +1,19 @@ -name: "Oak Grove" -description: "A stand of young oak trees. The wood here is tougher but more valuable." +id: 999995 +name: Oak Grove +color: "" +description: + - text: A stand of young oak trees. The wood here is tougher but more valuable. exits: - south: 999994 + south: + room: 999994 objects: - id: oak_tree item_spawns: - id: iron_axe quantity: 1 respawn_ticks: 60 +mobs: [] +on_enter: [] +hazard: "" +block_transport: false +triggers: [] -- cgit v1.2.3