diff options
| author | historia <[not public]> | 2026-07-06 21:56:32 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-07-06 21:56:32 -0400 |
| commit | e9144cad4a8c55dcee4a694149f06588edd8595a (patch) | |
| tree | 5bef00b718d1b7c898064ea98ddd9d8ac630dd42 /data/rooms/example_unused/town | |
| parent | cd52f9dbb8c35f37a9b52e8092bf5d722d56b044 (diff) | |
| download | thehouseoficarus-e9144cad4a8c55dcee4a694149f06588edd8595a.tar.gz | |
fix: change one-way modifier on admin map from shift to ctrl for firefox support
Diffstat (limited to 'data/rooms/example_unused/town')
| -rw-r--r-- | data/rooms/example_unused/town/9999915.yaml | 2 | ||||
| -rw-r--r-- | data/rooms/example_unused/town/9999916.yaml | 17 |
2 files changed, 11 insertions, 8 deletions
diff --git a/data/rooms/example_unused/town/9999915.yaml b/data/rooms/example_unused/town/9999915.yaml index 95c07cb..cef822b 100644 --- a/data/rooms/example_unused/town/9999915.yaml +++ b/data/rooms/example_unused/town/9999915.yaml @@ -4,8 +4,6 @@ color: "" description: - text: Shelves lined with glass vials, dried herbs, and bubbling cauldrons. This area is not yet accessible. exits: - east: - room: 9999916 west: room: 9999914 objects: [] diff --git a/data/rooms/example_unused/town/9999916.yaml b/data/rooms/example_unused/town/9999916.yaml index 5d3c3c2..a915452 100644 --- a/data/rooms/example_unused/town/9999916.yaml +++ b/data/rooms/example_unused/town/9999916.yaml @@ -1,11 +1,16 @@ -name: "Construction Site" -description: "A half-built structure surrounded by planks, nails, and blueprints. A workbench stands ready for crafting. Signs point north toward the Local Neighborhood and east toward the lumberyard." -exits: - east: 99999171 - west: 9999915 - north: 99999170 +id: 9999916 +name: Construction Site +color: "" +description: + - text: A half-built structure surrounded by planks, nails, and blueprints. A workbench stands ready for crafting. Signs point north toward the Local Neighborhood and east toward the lumberyard. +exits: {} objects: - id: workbench +item_spawns: [] mobs: - id: greater_drone - id: estate_broker +on_enter: [] +hazard: "" +block_transport: false +triggers: [] |
