From 6b2b4bf470b655f01c5a21c5f558a6102402c214 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Thu, 11 Jun 2026 19:24:25 -0400 Subject: feat: map implemented with BFS --- data/rooms/1.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'data/rooms/1.yaml') diff --git a/data/rooms/1.yaml b/data/rooms/1.yaml index 77c49a0..c8d8aa1 100644 --- a/data/rooms/1.yaml +++ b/data/rooms/1.yaml @@ -4,6 +4,9 @@ description: "The central square of Lumbridge. A fountain gurgles peacefully in map_symbol: "S" exits: east: 2 + west: 22 + up: 30 + down: 31 objects: - id: lumby_fountain mobs: -- cgit v1.2.3