diff --git a/story/utils.py b/story/utils.py index d3e1e26..ea9d9ca 100644 --- a/story/utils.py +++ b/story/utils.py @@ -133,9 +133,11 @@ def second_to_first_person(text): return capitalize_first_letters(text) -possible_verbs = ["get", "take", "put", "give","set", "keep", "help", "show", "pay", "read", "start", "stay", "call", - "change", "ask", "go", "run", "open", "look", "walk", "make", "try", "say", "tell", "attack", "use", - "turn", "fight", "scream", "yell"] +#possible_verbs = ["get", "take", "put", "give","set", "keep", "help", "show", "pay", "read", "start", "stay", "call", +# "change", "ask", "go", "run", "open", "look", "walk", "make", "try", "say", "tell", "attack", "use", +# "turn", "fight", "scream", "yell"] + +possible_verbs = ["go", "run", "walk", "leave", "exit"] def get_possible_verbs(): return possible_verbs \ No newline at end of file