This commit is contained in:
Nick Walton
2019-11-18 23:00:27 -07:00
parent 7b937a1585
commit 97dfef49fd
+5 -1
View File
@@ -65,7 +65,11 @@ def play_aidungeon_2():
if action != "":
action = action.strip()
action = action[0].upper() + action[1:]
action = first_to_second_person(action)
if "You" not in action:
action = "You " + action
if action[-1] not in [".", "?", "!"]:
action = action + "."