diff --git a/scene.py b/scene.py index 8f590c6..26afcdd 100644 --- a/scene.py +++ b/scene.py @@ -152,7 +152,7 @@ dark_cave_entrance.add_available_item(polearm, 1) # A polearm leaning against th # Link the scenes together -tutorial.add_exit("exit", starting_clearing) +tutorial.add_exit("tutorial", starting_clearing) starting_clearing.add_exit("north", forest_path) starting_clearing.add_exit("east", dark_cave_entrance)