diff options
| author | Kleopatra Angelidi <akleop@gmail.com> | 2013-05-24 01:19:00 +0300 |
|---|---|---|
| committer | Kleopatra Angelidi <akleop@gmail.com> | 2013-05-24 01:19:00 +0300 |
| commit | 069a838975c7c1ce58f8b98678ee2005e4410d8c (patch) | |
| tree | f166ed6281f12df6428c72079cff607a8a4ca5d1 | |
| parent | a31152c09fae64bee5a21913145b0a3f2511e94b (diff) | |
changed description on leave after the challenge is completed (n5w7)
| -rw-r--r-- | weatbag/tiles/n5w7.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weatbag/tiles/n5w7.py b/weatbag/tiles/n5w7.py index 7476c99..e12f28c 100644 --- a/weatbag/tiles/n5w7.py +++ b/weatbag/tiles/n5w7.py @@ -87,7 +87,7 @@ class Tile: "Hit your head on them?") return False else: - print("Finally you are out!") + print("You are out!") return True test_items = ["catfood"] |
