summaryrefslogtreecommitdiffstats
path: root/weatbag/tiles/n3w5.py
diff options
context:
space:
mode:
Diffstat (limited to 'weatbag/tiles/n3w5.py')
-rw-r--r--weatbag/tiles/n3w5.py3
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.")