This commit is contained in:
Nick Walton
2019-11-18 22:49:06 -07:00
parent bdd092e641
commit accce44f61
+3 -1
View File
@@ -66,10 +66,12 @@ def play_aidungeon_2():
action = action.strip()
action = action[0].upper() + action[1:]
if action[-1] not in [".", "?", "!"]:
action = action + "."
action = "\n> " + action + "\n"
# action = remove_profanity(action)
# action = first_to_second_person(action)
#action = first_to_second_person(action)
result = "\n" + story_manager.act(action)
if player_died(result):