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 | |
| parent | b888414c63c0e5fae0d33b3c5faea8a604d195fa (diff) | |
| download | thehouseoficarus-7ea40cbd00f7ddae53a8e43dd018d62ca798f8cf.tar.gz | |
feat(admin): exits to non-existent rooms show on map as ?
Diffstat (limited to 'data/rooms')
| -rw-r--r-- | data/rooms/intro/2001.yaml | 2 | ||||
| -rw-r--r-- | data/rooms/intro/2006.yaml | 14 |
2 files changed, 10 insertions, 6 deletions
diff --git a/data/rooms/intro/2001.yaml b/data/rooms/intro/2001.yaml index 2cfcd83..8f1db38 100644 --- a/data/rooms/intro/2001.yaml +++ b/data/rooms/intro/2001.yaml @@ -8,8 +8,6 @@ exits: room: 1005 south: room: 2006 - southeast: - room: 2005 west: room: 1001 objects: 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: [] |
