Skip to content

Commit

Permalink
fix: slight grammer - missing "to"
Browse files Browse the repository at this point in the history
  • Loading branch information
KendallDoesCoding authored Mar 12, 2023
1 parent d4e45c6 commit 2c8bc5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def chapter_stranger():
game_over(Fore.RED + "The stranger was not pleased by you and murdered you. \U0001F480")
elif answer == "y":
answer = input(Fore.GREEN +
"You talk a wizard and they ask you,"
"You talk to a wizard and they ask you,"
"do you want to be a wizard? (y/n) " + Fore.LIGHTMAGENTA_EX).lower()
if answer == "y":
game_over(Fore.RED + "You are a wizard and you WIN the game! \U0001f3c6", win=True)
Expand Down

0 comments on commit 2c8bc5e

Please sign in to comment.