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