summaryrefslogtreecommitdiffstats
path: root/weatbag
diff options
context:
space:
mode:
authorKleopatra Angelidi <akleop@gmail.com>2013-05-15 02:56:42 +0300
committerKleopatra Angelidi <akleop@gmail.com>2013-05-15 02:56:42 +0300
commita2397732cfbdf41762aaa910f2e58a4cb2660c01 (patch)
treee1c4b784fbb212fe3bb188b41eefe13d7618395c /weatbag
parentffcfa7a693ced1a1d1b7387d31970559ed1842a7 (diff)
added "have a mice day" for goodbye :) (n5w5)
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