From b8c90886ef1f3afb8d908aac89028bd177836cae Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Thu, 9 Jul 2026 16:09:35 -0400 Subject: feat(admin): multi-select with shift+drag for common bulk operations --- data/rooms/intro/2005.yaml | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) (limited to 'data/rooms/intro/2005.yaml') diff --git a/data/rooms/intro/2005.yaml b/data/rooms/intro/2005.yaml index 7af3fd2..a5368c5 100644 --- a/data/rooms/intro/2005.yaml +++ b/data/rooms/intro/2005.yaml @@ -1,21 +1,23 @@ -id: 2005 -name: Test Room -color: "" +block_transport: false +color: "31" description: - - text: It's a test room + - text: It's a test room exits: - east: - room: 2004 - northeast: - room: 2003 - northwest: - room: 2001 - west: - room: 2006 -objects: [] + east: + room: 2004 + north: + room: 2002 + northeast: + room: 2003 + northwest: + room: 2001 + west: + room: 2006 +hazard: solar_radiation +id: 2005 item_spawns: [] mobs: [] +name: Test Room +objects: [] on_enter: [] -hazard: "" -block_transport: false triggers: [] -- cgit v1.2.3