Added pregen characters to select from
This commit is contained in:
2
scene.py
2
scene.py
@@ -152,7 +152,7 @@ dark_cave_entrance.add_available_item(polearm, 1) # A polearm leaning against th
|
|||||||
|
|
||||||
|
|
||||||
# Link the scenes together
|
# 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("north", forest_path)
|
||||||
starting_clearing.add_exit("east", dark_cave_entrance)
|
starting_clearing.add_exit("east", dark_cave_entrance)
|
||||||
|
|||||||
Reference in New Issue
Block a user