diff options
| author | historia <[not public]> | 2026-07-09 17:47:39 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-07-09 17:47:39 -0400 |
| commit | 7ea40cbd00f7ddae53a8e43dd018d62ca798f8cf (patch) | |
| tree | 1d75ceb3db02d21d15c143df5aad0cab9aabdcdd /data/rooms/intro/2006.yaml | |
| parent | b888414c63c0e5fae0d33b3c5faea8a604d195fa (diff) | |
| download | thehouseoficarus-7ea40cbd00f7ddae53a8e43dd018d62ca798f8cf.tar.gz | |
feat(admin): exits to non-existent rooms show on map as ?
Diffstat (limited to 'data/rooms/intro/2006.yaml')
| -rw-r--r-- | data/rooms/intro/2006.yaml | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/data/rooms/intro/2006.yaml b/data/rooms/intro/2006.yaml index 993216c..5b3019f 100644 --- a/data/rooms/intro/2006.yaml +++ b/data/rooms/intro/2006.yaml @@ -1,9 +1,15 @@ -block_transport: false +id: 2006 +name: Test Room +color: "" description: - text: It's a test room exits: - east: - room: 2005 north: room: 2001 -name: Test Room +objects: [] +item_spawns: [] +mobs: [] +on_enter: [] +hazard: "" +block_transport: false +triggers: [] |
