diff options
| -rw-r--r-- | weatbag/tiles/n1w1.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weatbag/tiles/n1w1.py b/weatbag/tiles/n1w1.py index eda65a8..3203d99 100644 --- a/weatbag/tiles/n1w1.py +++ b/weatbag/tiles/n1w1.py @@ -1,7 +1,7 @@ class Tile: def describe(self): print("There is a small island northwest.\n" - "Unfortunatelly you can't swim so you need a transport to go there.\n" + "Unfortunatelly, you can't swim so you need a transport to go there.\n" "Luckilly to the north you see 2 children with a raft sitting " "under a tree." ) |
