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 --- .../rooms/example_unused/underground2/9999951.yaml | 23 +++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) (limited to 'data/rooms/example_unused/underground2/9999951.yaml') diff --git a/data/rooms/example_unused/underground2/9999951.yaml b/data/rooms/example_unused/underground2/9999951.yaml index 9c7707a..dd8440e 100644 --- a/data/rooms/example_unused/underground2/9999951.yaml +++ b/data/rooms/example_unused/underground2/9999951.yaml @@ -1,9 +1,18 @@ -name: "Sewer Tunnels" -description: "Dark, damp tunnels beneath the settlement. The floor is slick with moisture and something {82}slimy{/}. The smell is indescribable." +id: 9999951 +name: Sewer Tunnels +color: "" +description: + - text: Dark, damp tunnels beneath the settlement. The floor is slick with moisture and something {82}slimy{/}. The smell is indescribable. exits: - north: 9999950 - south: 9999952 + north: + room: 9999950 +objects: [] +item_spawns: [] mobs: - - "slug" - - "slug" - - "slug" + - id: slug + - id: slug + - id: slug +on_enter: [] +hazard: "" +block_transport: false +triggers: [] -- cgit v1.2.3