diff options
| author | Julian Irwin <julian.irwin@gmail.com> | 2013-01-10 13:50:20 -0600 |
|---|---|---|
| committer | Julian Irwin <julian.irwin@gmail.com> | 2013-01-10 13:50:20 -0600 |
| commit | e98bcfb9149fdfe5c842a2dc93ce79728f804d8e (patch) | |
| tree | d7cee7212f3a954044268e1bae658fdbc69535e9 /weatbag/words.py | |
| parent | 1bec3009e4d30e7e7c6854103d2688aa2059ebf5 (diff) | |
| parent | ead0301daaa6f07d9fc740050019bf204543f0ea (diff) | |
Merge remote-tracking branch 'upstream/master' into 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 11ede7d..25f762e 100644 --- a/weatbag/words.py +++ b/weatbag/words.py @@ -14,6 +14,7 @@ fight = {'fight', 'kill', 'hit', 'attack'} drop = {'drop'} take = {'pick', 'take', 'get', 'collect'} look = {'look', 'inspect', 'examine'} +attack = {'attack', 'swing', 'hit', 'punch', 'fight'} inventory = {'inventory', 'possessions', 'belongings', 'bag'} surroundings = {'surroundings', 'around', 'scenery'} |
