diff options
| -rw-r--r-- | weatbag/tiles/w1.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weatbag/tiles/w1.py b/weatbag/tiles/w1.py index b880840..e68fc73 100644 --- a/weatbag/tiles/w1.py +++ b/weatbag/tiles/w1.py @@ -11,7 +11,7 @@ class Tile: def leave(self, player, direction): if direction=='w': - print("You've forgotten how to swim") + print("You've forgotten how to swim.") return False return True |
