More updates to the example game. Won't be specific here - too much changing, sorry.
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
@@ -13,6 +13,6 @@ from . import vars
|
||||
# Build the game state
|
||||
game = Game(
|
||||
database=database,
|
||||
room=database.rooms["inside_cabin"],
|
||||
room=database.rooms["cabin_inside"],
|
||||
vars=vars.vars,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user