summaryrefslogtreecommitdiffstats
path: root/weatbag/tiles
diff options
context:
space:
mode:
authorKleopatra Angelidi <akleop@gmail.com>2013-04-23 22:19:31 +0300
committerKleopatra Angelidi <akleop@gmail.com>2013-04-29 03:21:17 +0300
commite39daf19cc243ad5a64ef93d914a5142161fcaee (patch)
tree38f5ede63461cc9551c36db5c6897176020bc51e /weatbag/tiles
parent784352f722def37bde26dee40b501abf7a85ae2a (diff)
removed trailing whitespace
Diffstat (limited to 'weatbag/tiles')
-rw-r--r--weatbag/tiles/n3w2.py2
1 files changed, 1 insertions, 1 deletions
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".