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/999993.yaml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'data/rooms/example_unused/town/999993.yaml') diff --git a/data/rooms/example_unused/town/999993.yaml b/data/rooms/example_unused/town/999993.yaml index 1759e4e..41c18fc 100644 --- a/data/rooms/example_unused/town/999993.yaml +++ b/data/rooms/example_unused/town/999993.yaml @@ -1,7 +1,11 @@ -name: "Fly Fishing Pool" -description: "A calm pool where insects hover over the water. Perfect for fly fishing." +id: 999993 +name: Fly Fishing Pool +color: "" +description: + - text: A calm pool where insects hover over the water. Perfect for fly fishing. exits: - south: 999992 + south: + room: 999992 objects: - id: fly_fishing_spot item_spawns: @@ -11,3 +15,8 @@ item_spawns: - id: feather quantity: 15 respawn_ticks: 60 +mobs: [] +on_enter: [] +hazard: "" +block_transport: false +triggers: [] -- cgit v1.2.3