diff options
| author | historia <[not public]> | 2026-07-10 15:13:41 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-07-10 15:13:41 -0400 |
| commit | 6adb8ddd28f2b3370f001bfe8cd54656b5d097ce (patch) | |
| tree | 93121f19af752b6cf8b53853bb10da882ef3c5d4 /data/rooms/intro/1009.yaml | |
| parent | 8a31ffa45e912d00c480efe738aa3452e9e567cb (diff) | |
| download | thehouseoficarus-6adb8ddd28f2b3370f001bfe8cd54656b5d097ce.tar.gz | |
feat(admin): exit conditions in map gui match style of all other conditions
Diffstat (limited to 'data/rooms/intro/1009.yaml')
| -rw-r--r-- | data/rooms/intro/1009.yaml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/data/rooms/intro/1009.yaml b/data/rooms/intro/1009.yaml index 5a09f22..2fc64f3 100644 --- a/data/rooms/intro/1009.yaml +++ b/data/rooms/intro/1009.yaml @@ -3,6 +3,10 @@ color: D3 description: [] exits: south: + always_blocked: false + blocked_message: "" + condition: null + hidden: false room: 1010 southwest: always_blocked: true @@ -17,7 +21,8 @@ mobs: [] name: 'Room #1009' objects: [] on_enter: - - steps: + - lock: true + steps: - messages: - fdsa on_exit: [] |
