aboutsummaryrefslogtreecommitdiff
path: root/data/rooms
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-07-10 15:13:41 -0400
committerhistoria <[not public]>2026-07-10 15:13:41 -0400
commit6adb8ddd28f2b3370f001bfe8cd54656b5d097ce (patch)
tree93121f19af752b6cf8b53853bb10da882ef3c5d4 /data/rooms
parent8a31ffa45e912d00c480efe738aa3452e9e567cb (diff)
downloadthehouseoficarus-6adb8ddd28f2b3370f001bfe8cd54656b5d097ce.tar.gz
feat(admin): exit conditions in map gui match style of all other conditions
Diffstat (limited to 'data/rooms')
-rw-r--r--data/rooms/intro/1008.yaml4
-rw-r--r--data/rooms/intro/1009.yaml7
2 files changed, 10 insertions, 1 deletions
diff --git a/data/rooms/intro/1008.yaml b/data/rooms/intro/1008.yaml
index 8d8fa28..5e80780 100644
--- a/data/rooms/intro/1008.yaml
+++ b/data/rooms/intro/1008.yaml
@@ -5,6 +5,10 @@ exits:
east:
room: 1009
south:
+ always_blocked: false
+ blocked_message: ""
+ condition: null
+ hidden: false
room: 1007
hazard: ""
id: 1008
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: []