diff options
| author | historia <[not public]> | 2026-07-14 01:36:31 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-07-14 01:36:31 -0400 |
| commit | d72957499f1e25741b8f7a91746fbe132fa68161 (patch) | |
| tree | 115302045c5bce0b62b812bbfcbe3737c9163bb5 /data/rooms/intro/1008.yaml | |
| parent | 5a6986a8c539364b7a166abdfb608b3cc00ecb3b (diff) | |
| download | thehouseoficarus-d72957499f1e25741b8f7a91746fbe132fa68161.tar.gz | |
feat(admin): copy paste rooms on map, swap rooms with adjacent rooms
Diffstat (limited to 'data/rooms/intro/1008.yaml')
| -rw-r--r-- | data/rooms/intro/1008.yaml | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/data/rooms/intro/1008.yaml b/data/rooms/intro/1008.yaml index 88e0d27..4104d24 100644 --- a/data/rooms/intro/1008.yaml +++ b/data/rooms/intro/1008.yaml @@ -2,13 +2,9 @@ block_transport: false color: D3 description: [] exits: - east: + north: room: 1009 - south: - always_blocked: false - blocked_message: "" - condition: null - hidden: false + west: room: 1007 hazard: "" id: 1008 @@ -16,12 +12,3 @@ item_spawns: [] mobs: [] name: 'Room #1008' objects: [] -on_enter: - - condition: - all_of: [] - steps: [] - - steps: [] - - steps: [] -on_exit: - - steps: [] - - steps: [] |
