diff --git a/play.py b/play.py index ec8fa7a..07d59e2 100644 --- a/play.py +++ b/play.py @@ -94,9 +94,11 @@ def play_aidungeon_2(): break elif action == "quit": exit() + - if action != "" and action.lower() != "continue": + if action != "": action = action.strip() + action = action[0].lower() + action[1:] action = first_to_second_person(action)