From c0c3d2136b5a1cb41a9933b6a0c78806915e8a2c Mon Sep 17 00:00:00 2001 From: Daniel Dolezal Date: Thu, 4 Apr 2024 20:36:31 +0200 Subject: [PATCH] add a new place --- Map/The Beginning.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Map/The Beginning.json b/Map/The Beginning.json index 1901a6c..245d798 100644 --- a/Map/The Beginning.json +++ b/Map/The Beginning.json @@ -13,7 +13,7 @@ "moves": [ {"name": "Back Home", "place": "home"}, {"name": "To the Left", "place": "cave_entrens"}, - {"name": "To the Right", "place": ""}, + {"name": "To the Right", "place": "the_big_dark_forest"}, {"name": "Down to the River", "place": "river"}, {"name": "To a Old Farm", "place": "old_farm"} ] @@ -26,6 +26,9 @@ "cave_entrens": { "story": "" }, + "the_big_dark_forest": { + "story": "" + }, "river": { "story": "" },