diff options
Diffstat (limited to 'weatbag/tiles/n1w2.py')
| -rw-r--r-- | weatbag/tiles/n1w2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weatbag/tiles/n1w2.py b/weatbag/tiles/n1w2.py index 4dfa3cb..4d18ff4 100644 --- a/weatbag/tiles/n1w2.py +++ b/weatbag/tiles/n1w2.py @@ -18,7 +18,7 @@ class Tile: elif direction == "w": print("The sandy beach is transforming into big rocks but it looks " "like you are able to climb them.\n" - "Just be carefull because they are a bit slipery.") + "Just be careful because they are a bit slipery.") return True else: return True |
