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/9999911.yaml | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) (limited to 'data/rooms/example_unused/town/9999911.yaml') diff --git a/data/rooms/example_unused/town/9999911.yaml b/data/rooms/example_unused/town/9999911.yaml index cc39328..64f944a 100644 --- a/data/rooms/example_unused/town/9999911.yaml +++ b/data/rooms/example_unused/town/9999911.yaml @@ -1,12 +1,15 @@ -name: "Kitchen" -description: "A warm kitchen with a stone hearth and wooden counters. A large iron cooking range dominates one wall, and shelves are stocked with ingredients." +id: 9999911 +name: Kitchen +color: "" +description: + - text: A warm kitchen with a stone hearth and wooden counters. A large iron cooking range dominates one wall, and shelves are stocked with ingredients. exits: - east: 9999912 - west: 9999910 + east: + room: 9999912 + west: + room: 9999910 objects: - id: cooking_range -mobs: - - id: zombie item_spawns: - id: bucket_of_water quantity: 1 @@ -14,3 +17,9 @@ item_spawns: - id: pot_of_flour quantity: 1 respawn_ticks: 200 +mobs: + - id: zombie +on_enter: [] +hazard: "" +block_transport: false +triggers: [] -- cgit v1.2.3