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/2004.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/rooms/intro/2004.yaml (limited to 'data/rooms/intro/2004.yaml') diff --git a/data/rooms/intro/2004.yaml b/data/rooms/intro/2004.yaml new file mode 100644 index 0000000..33be395 --- /dev/null +++ b/data/rooms/intro/2004.yaml @@ -0,0 +1,5 @@ +name: "Test Room" +description: "It's a test room" +exits: + north: 2003 + west: 2005 -- cgit v1.2.3