summaryrefslogtreecommitdiffstats
path: root/weatbag
diff options
context:
space:
mode:
Diffstat (limited to 'weatbag')
-rw-r--r--weatbag/tiles/n5w5.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/weatbag/tiles/n5w5.py b/weatbag/tiles/n5w5.py
index 8d7b4b5..5767e9e 100644
--- a/weatbag/tiles/n5w5.py
+++ b/weatbag/tiles/n5w5.py
@@ -25,7 +25,7 @@ class Tile:
def action(self, player, do):
if do[0]=="tom" and self.contents["cream"]:
print("That's correct. Now you can have some cream! "
- "There... already in your bag!\n")
+ "There... already in your bag!\nHave a mice day!\n")
self.contents["cream"] -= 1
player.give("cream")
self.challenge = True