diff options
| author | historia <[not public]> | 2026-07-10 19:30:26 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-07-10 19:30:26 -0400 |
| commit | d35aa505d2a103a41a45d3a8f42be7f2f2b5a28b (patch) | |
| tree | 9dcf40bd684e4aca99765519b97e7e15653c2088 /data/rooms | |
| parent | c5ca80b168ca247179db322d8e3ff14d6c9e16ad (diff) | |
| download | thehouseoficarus-d35aa505d2a103a41a45d3a8f42be7f2f2b5a28b.tar.gz | |
fix(admin): fix remove buttons on onenter/onexit
Diffstat (limited to 'data/rooms')
| -rw-r--r-- | data/rooms/intro/1008.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/rooms/intro/1008.yaml b/data/rooms/intro/1008.yaml index a66b352..88e0d27 100644 --- a/data/rooms/intro/1008.yaml +++ b/data/rooms/intro/1008.yaml @@ -17,6 +17,11 @@ mobs: [] name: 'Room #1008' objects: [] on_enter: + - condition: + all_of: [] + steps: [] + - steps: [] - steps: [] on_exit: - steps: [] + - steps: [] |
