diff options
| author | historia <[not public]> | 2026-06-30 03:57:52 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-30 03:57:52 -0400 |
| commit | 712072209ab5e3b3a14ebc0c770b020afe544560 (patch) | |
| tree | f5247fa8e03ed327ecb6cbff622bf6bdccb2066c /data/rooms/intro/1006.yaml | |
| parent | 7a4b91304061777e7b3365b505d1e74878043d35 (diff) | |
| download | thehouseoficarus-712072209ab5e3b3a14ebc0c770b020afe544560.tar.gz | |
feat: all admin mapping features working
Diffstat (limited to 'data/rooms/intro/1006.yaml')
| -rw-r--r-- | data/rooms/intro/1006.yaml | 26 |
1 files changed, 12 insertions, 14 deletions
diff --git a/data/rooms/intro/1006.yaml b/data/rooms/intro/1006.yaml index e4929a9..4f8b9ef 100644 --- a/data/rooms/intro/1006.yaml +++ b/data/rooms/intro/1006.yaml @@ -1,21 +1,19 @@ id: 1006 name: New Room -color: "" +color: E2 description: - - text: A featureless room. + - text: A featureless room. exits: - east: - room: 1007 - north: - room: 1005 - northeast: - room: 1009 - northwest: - room: 1008 - up: - room: 1010 - west: - room: 2003 + north: + room: 1005 + northeast: + room: 1009 + northwest: + room: 1008 + up: + room: 1010 + west: + room: 2003 objects: [] item_spawns: [] mobs: [] |
