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": "" },