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/9999952.yaml | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) (limited to 'data/rooms/example_unused/underground2/9999952.yaml') diff --git a/data/rooms/example_unused/underground2/9999952.yaml b/data/rooms/example_unused/underground2/9999952.yaml index 40c89a9..27ab51b 100644 --- a/data/rooms/example_unused/underground2/9999952.yaml +++ b/data/rooms/example_unused/underground2/9999952.yaml @@ -1,8 +1,15 @@ -name: "Abandoned Sector" -description: "A decommissioned sector of the asteroid's infrastructure. Broken monitors flicker and exposed wiring {214}sparks{/} dangerously." -exits: - north: 9999951 - south: 9999953 +id: 9999952 +name: Abandoned Sector +color: "" +description: + - text: A decommissioned sector of the asteroid's infrastructure. Broken monitors flicker and exposed wiring {214}sparks{/} dangerously. +exits: {} +objects: [] +item_spawns: [] mobs: - - "drone" - - "drone" + - id: drone + - id: drone +on_enter: [] +hazard: "" +block_transport: false +triggers: [] -- cgit v1.2.3