diff options
Diffstat (limited to 'weatbag/tiles/n5w5.py')
| -rw-r--r-- | weatbag/tiles/n5w5.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weatbag/tiles/n5w5.py b/weatbag/tiles/n5w5.py index ad41b7e..c6bc31a 100644 --- a/weatbag/tiles/n5w5.py +++ b/weatbag/tiles/n5w5.py @@ -29,7 +29,7 @@ class Tile: self.contents["cream"] -= 1 player.give("cream") self.challenge = True - elif do[0] in words.take and do[1]=="cream": + elif do[0] in words.take and "cream" in do: print("Don't be greedy, you have all the cream you're gonna " "need.\n") else: |
