diff options
| author | Thomas Kluyver <takowl@gmail.com> | 2013-01-28 05:20:22 -0800 |
|---|---|---|
| committer | Thomas Kluyver <takowl@gmail.com> | 2013-01-28 05:20:22 -0800 |
| commit | 26abad862afefb0e6c598719545572e187fa9033 (patch) | |
| tree | ecb3abeb12e3f33e7b30d41a5b4d0cb64c86f7dc /weatbag/words.py | |
| parent | f19f86792b33beaf2e1e12989a85557ae7fbc29c (diff) | |
| parent | fb2bfc0966aac9833a37e44564a35a3c7631dc6f (diff) | |
Merge pull request #10 from gradi3nt/southern-tiles-1
Southern tiles 1
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'} |
