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/2004.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/2004.yaml')
| -rw-r--r-- | data/rooms/intro/2004.yaml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/data/rooms/intro/2004.yaml b/data/rooms/intro/2004.yaml index 73d912e..4426c98 100644 --- a/data/rooms/intro/2004.yaml +++ b/data/rooms/intro/2004.yaml @@ -1,6 +1,5 @@ -id: 2004 -name: Test Room -color: "" +block_transport: false +color: "31" description: - text: It's a test room exits: @@ -10,10 +9,11 @@ exits: room: 2002 west: room: 2005 -objects: [] +hazard: solar_radiation +id: 2004 item_spawns: [] mobs: [] +name: Test Room +objects: [] on_enter: [] -hazard: "" -block_transport: false triggers: [] |
