From 988b006a5bb9edb6465653566e7bdf8175347b8c Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Sat, 27 Jun 2026 16:50:41 -0400 Subject: feat: one-way map links, blocked paths on map, map grid startup validation, user colors for maps --- data/rooms/intro/2006.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/rooms/intro/2006.yaml (limited to 'data/rooms/intro/2006.yaml') diff --git a/data/rooms/intro/2006.yaml b/data/rooms/intro/2006.yaml new file mode 100644 index 0000000..74dd657 --- /dev/null +++ b/data/rooms/intro/2006.yaml @@ -0,0 +1,5 @@ +name: "Test Room" +description: "It's a test room" +exits: + east: 2005 + north: 2001 -- cgit v1.2.3