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:
2021-11-18 17:24:46 -08:00
parent d3bf9e68dd
commit 0f6433eabd
2 changed files with 78 additions and 16 deletions

View File

@@ -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,
)