From e9144cad4a8c55dcee4a694149f06588edd8595a Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Mon, 6 Jul 2026 21:56:32 -0400 Subject: fix: change one-way modifier on admin map from shift to ctrl for firefox support --- data/rooms/example_unused/town/9999915.yaml | 2 -- data/rooms/example_unused/town/9999916.yaml | 17 +++++++++++------ 2 files changed, 11 insertions(+), 8 deletions(-) (limited to 'data/rooms/example_unused/town') 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: [] -- cgit v1.2.3