diff options
| author | historia <[not public]> | 2026-07-10 12:52:00 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-07-10 12:52:00 -0400 |
| commit | 8a31ffa45e912d00c480efe738aa3452e9e567cb (patch) | |
| tree | 7d4fcb80255d6d52e588234352b5bfbc058ba663 /data/rooms/intro/1006.yaml | |
| parent | 6e7c0b3ec4253bb58a815979b1f4574d08cb1f53 (diff) | |
| download | thehouseoficarus-8a31ffa45e912d00c480efe738aa3452e9e567cb.tar.gz | |
fix(admin): auto-save map triggers on blur
Diffstat (limited to 'data/rooms/intro/1006.yaml')
| -rw-r--r-- | data/rooms/intro/1006.yaml | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/data/rooms/intro/1006.yaml b/data/rooms/intro/1006.yaml index 3f8aa24..7bd4af5 100644 --- a/data/rooms/intro/1006.yaml +++ b/data/rooms/intro/1006.yaml @@ -1,14 +1,18 @@ -id: 1006 -name: 'Room #1006' +block_transport: false color: "" description: [] exits: west: room: 1005 -objects: [] +hazard: "" +id: 1006 item_spawns: [] mobs: [] +name: 'Room #1006' +objects: + - aliases: [] + description: [] + hidden: false + name: "" on_enter: [] -hazard: "" -block_transport: false triggers: [] |
