From e39daf19cc243ad5a64ef93d914a5142161fcaee Mon Sep 17 00:00:00 2001 From: Kleopatra Angelidi Date: Tue, 23 Apr 2013 22:19:31 +0300 Subject: removed trailing whitespace --- weatbag/tiles/n3w2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weatbag/tiles/n3w2.py b/weatbag/tiles/n3w2.py index 9b0ff9e..61775f6 100644 --- a/weatbag/tiles/n3w2.py +++ b/weatbag/tiles/n3w2.py @@ -19,7 +19,7 @@ class Tile: "across if you like!") def action(self, player, do): - if (do[0] in words.use or do[0] in words.give) and do[1]=='catfood': + if (do[0] in words.use or do[0] in words.give) and do[1]=='catfood': # I only added words.use because player might # use the word "use" insteed of "give". -- cgit v1.3