From a226d72e51eecb768b13600303f73483118d9104 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Wed, 10 Jun 2026 01:48:28 -0400 Subject: feat: implemented janky object interaction model --- data/rooms/7.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 data/rooms/7.yaml (limited to 'data/rooms/7.yaml') diff --git a/data/rooms/7.yaml b/data/rooms/7.yaml new file mode 100644 index 0000000..f9168ec --- /dev/null +++ b/data/rooms/7.yaml @@ -0,0 +1,6 @@ +id: 7 +name: "Lake West Shore" +description: "The western edge of a placid lake. Reeds rustle in the breeze." +exits: + east: 8 + south: 1 -- cgit v1.2.3