summaryrefslogtreecommitdiffstats
path: root/weatbag/words.py
diff options
context:
space:
mode:
authorBen Friedland <ben174@gmail.com>2013-01-07 05:54:05 -0800
committerBen Friedland <ben174@gmail.com>2013-01-07 05:54:05 -0800
commita537a2b9c2ac6f9816368c4284d9b8073e94a8ea (patch)
treee1b09f193aea53cec4eefb146b63ec48b356b490 /weatbag/words.py
parentd531a0e0a763b2066bc94446df3dc5425538a1fc (diff)
Support for attack words.
Diffstat (limited to 'weatbag/words.py')
-rw-r--r--weatbag/words.py1
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'}