diff options
| author | Kleopatra Angelidi <akleop@gmail.com> | 2013-05-26 23:47:41 +0300 |
|---|---|---|
| committer | Kleopatra Angelidi <akleop@gmail.com> | 2013-05-26 23:47:41 +0300 |
| commit | 74288b83d9e99f790ef4a96fe7bfc96814bcb3d6 (patch) | |
| tree | 7845c107d6bfe9def38fbbc4af13fa36d68d1c74 /weatbag/tiles/n3w5.py | |
| parent | 069a838975c7c1ce58f8b98678ee2005e4410d8c (diff) | |
PEP 8
Diffstat (limited to 'weatbag/tiles/n3w5.py')
| -rw-r--r-- | weatbag/tiles/n3w5.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/weatbag/tiles/n3w5.py b/weatbag/tiles/n3w5.py index e117bcf..eec9779 100644 --- a/weatbag/tiles/n3w5.py +++ b/weatbag/tiles/n3w5.py @@ -36,7 +36,8 @@ class Tile: "The lid opens and you see a brand new army knife!\n") self.challenge_completed = True - elif (do[0] in words.take) and ('knife' in do) and self.challenge_completed: + elif ((do[0] in words.take) and ('knife' in do) + and self.challenge_completed): self.take_knife(player, do) else: print("Sorry, I don't understand.") |
