From 1347f437e66a18a340abc3bfe487cd42b5f7f9c8 Mon Sep 17 00:00:00 2001 From: Julian Irwin Date: Sat, 26 Jan 2013 13:37:41 -0500 Subject: Finished s3 encounter w/ short man --- 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 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'} -- cgit v1.3