diff options
| author | historia <[not public]> | 2026-07-06 23:05:04 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-07-06 23:05:04 -0400 |
| commit | 9292634f2f8d71a53879ff07e1330c671b207d51 (patch) | |
| tree | dcffadf7f697e8ad0705d787d8f599bdeeedb812 /data/rooms/intro/1005.yaml | |
| parent | 911aae15f4e869c93239ef7c630c61e1d9d4ef3f (diff) | |
| download | thehouseoficarus-9292634f2f8d71a53879ff07e1330c671b207d51.tar.gz | |
feat: split the concept of hidden and impassable exits. add player_flag for discovered hidden exits.
Diffstat (limited to 'data/rooms/intro/1005.yaml')
| -rw-r--r-- | data/rooms/intro/1005.yaml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/data/rooms/intro/1005.yaml b/data/rooms/intro/1005.yaml index 4f31b7f..faf82e3 100644 --- a/data/rooms/intro/1005.yaml +++ b/data/rooms/intro/1005.yaml @@ -2,9 +2,7 @@ id: 1005 name: 'Room #1005' color: "" description: [] -exits: - south: - room: 2001 +exits: {} objects: [] item_spawns: [] mobs: [] |
