diff options
| author | historia <[not public]> | 2026-07-09 16:09:35 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-07-09 16:09:35 -0400 |
| commit | b8c90886ef1f3afb8d908aac89028bd177836cae (patch) | |
| tree | 7e566a7e308e7531bbb7d6a3a39239e789f69a3c /data/rooms/intro/2002.yaml | |
| parent | c705ae942573984784ef501bf8198f61f5206ddd (diff) | |
| download | thehouseoficarus-b8c90886ef1f3afb8d908aac89028bd177836cae.tar.gz | |
feat(admin): multi-select with shift+drag for common bulk operations
Diffstat (limited to 'data/rooms/intro/2002.yaml')
| -rw-r--r-- | data/rooms/intro/2002.yaml | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/data/rooms/intro/2002.yaml b/data/rooms/intro/2002.yaml index 2ac6ef1..cb7fc97 100644 --- a/data/rooms/intro/2002.yaml +++ b/data/rooms/intro/2002.yaml @@ -1,19 +1,21 @@ -id: 2002 -name: Test Room -color: "" +block_transport: false +color: "31" description: - text: It's a test room exits: east: room: 2003 + south: + room: 2005 southeast: room: 2004 west: room: 2001 -objects: [] +hazard: solar_radiation +id: 2002 item_spawns: [] mobs: [] +name: Test Room +objects: [] on_enter: [] -hazard: "" -block_transport: false triggers: [] |
