summaryrefslogtreecommitdiffstats
path: root/weatbag/words.py
diff options
context:
space:
mode:
authorThomas Kluyver <takowl@gmail.com>2013-01-09 02:28:35 -0800
committerThomas Kluyver <takowl@gmail.com>2013-01-09 02:28:35 -0800
commit1da208f02a091c1dc9a9912d7066805a445d09bd (patch)
treed99de9ea9b8d8073680f156395ee35022e37556a /weatbag/words.py
parent3400844980917bb3d59da322a3e33f55f81afe12 (diff)
parent6d1a17c456b15841763b953a1427e8bd856f2263 (diff)
Merge pull request #4 from ben174/master
Add new n3 tile with Orc battle at entrance of cave. Player now has hit_points.
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'}