diff options
| -rw-r--r-- | weatbag/tiles/e1.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weatbag/tiles/e1.py b/weatbag/tiles/e1.py index 5a0cded..8e69a9a 100644 --- a/weatbag/tiles/e1.py +++ b/weatbag/tiles/e1.py @@ -27,7 +27,7 @@ class Tile: def leave(self,player,direction): if direction == 's': print("You decide the path is too boring for you,\n" - "so you follow the stream south, looking for adventure!") + "so you follow the stream south, looking for adventure...") input() return True else: |
