From a537a2b9c2ac6f9816368c4284d9b8073e94a8ea Mon Sep 17 00:00:00 2001 From: Ben Friedland Date: Mon, 7 Jan 2013 05:54:05 -0800 Subject: Support for attack words. --- weatbag/words.py | 1 + 1 file changed, 1 insertion(+) (limited to 'weatbag/words.py') 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'} -- cgit v1.3