From f431ae8c5396595a023efb143f276547cb78c651 Mon Sep 17 00:00:00 2001 From: kansaigaijin Date: Sun, 13 Jul 2025 23:28:56 +1200 Subject: [PATCH] Added pregen characters to select from --- scene.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)