diff options
| author | historia <[not public]> | 2026-07-03 18:36:55 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-07-03 18:36:55 -0400 |
| commit | 0dfd7bf19e800b67e03726c18cfa00e623d6b121 (patch) | |
| tree | 19297eb5cee6b29dd01136f00889a01a99520374 /data/rooms/example_unused/town/999993.yaml | |
| parent | 034187d1c434b6bee32aeb539ea543f6ec537376 (diff) | |
| download | thehouseoficarus-0dfd7bf19e800b67e03726c18cfa00e623d6b121.tar.gz | |
fix: admin gui map screen works with rooms across multiple directories
Diffstat (limited to 'data/rooms/example_unused/town/999993.yaml')
| -rw-r--r-- | data/rooms/example_unused/town/999993.yaml | 15 |
1 files changed, 12 insertions, 3 deletions
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: [] |
