diff options
| author | Julian Irwin <julian.irwin@gmail.com> | 2013-01-26 13:37:41 -0500 |
|---|---|---|
| committer | Julian Irwin <julian.irwin@gmail.com> | 2013-01-26 13:37:41 -0500 |
| commit | 1347f437e66a18a340abc3bfe487cd42b5f7f9c8 (patch) | |
| tree | a6ddcb6be631c4f7242870fb5b8b79a646d83fbc /weatbag/words.py | |
| parent | 96ec51791405fd8982fdda3ee430a0520f0a822c (diff) | |
Finished s3 encounter w/ short man
Diffstat (limited to 'weatbag/words.py')
| -rw-r--r-- | weatbag/words.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/weatbag/words.py b/weatbag/words.py index 94d2134..adaa012 100644 --- a/weatbag/words.py +++ b/weatbag/words.py @@ -16,6 +16,7 @@ take = {'pick', 'take', 'get', 'collect'} look = {'look', 'inspect', 'examine'} attack = {'attack', 'swing', 'hit', 'punch', 'fight'} combine = {'combine', 'join', 'mix'} +talk = {'talk', 'speak', 'converse'} # Nouns inventory = {'inventory', 'possessions', 'belongings', 'bag'} |
