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/underground2/9999953.yaml | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) (limited to 'data/rooms/example_unused/underground2/9999953.yaml') diff --git a/data/rooms/example_unused/underground2/9999953.yaml b/data/rooms/example_unused/underground2/9999953.yaml index 4396cfb..3cabbe7 100644 --- a/data/rooms/example_unused/underground2/9999953.yaml +++ b/data/rooms/example_unused/underground2/9999953.yaml @@ -1,8 +1,17 @@ -name: "Deep Tunnels" -description: "The tunnels descend deeper into the asteroid's core. Strange chitinous scraping echoes from the darkness. The walls are scarred with {130}claw marks{/}." +id: 9999953 +name: Deep Tunnels +color: "" +description: + - text: The tunnels descend deeper into the asteroid's core. Strange chitinous scraping echoes from the darkness. The walls are scarred with {130}claw marks{/}. exits: - north: 9999952 - south: 9999954 + south: + room: 9999954 +objects: [] +item_spawns: [] mobs: - - "crawler" - - "crawler" + - id: crawler + - id: crawler +on_enter: [] +hazard: "" +block_transport: false +triggers: [] -- cgit v1.2.3