diff options
Diffstat (limited to 'weatbag/tiles/s1.py')
| -rw-r--r-- | weatbag/tiles/s1.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/weatbag/tiles/s1.py b/weatbag/tiles/s1.py index 4e50936..556a3f3 100644 --- a/weatbag/tiles/s1.py +++ b/weatbag/tiles/s1.py @@ -1,6 +1,7 @@ class Tile: def describe(self): - print("You push through the undergrowth - the path is overgrown but continues on...") + print("You push through the undergrowth - " + "the path is overgrown but continues on...") def action(self, player, do): # Nothing to do here yet. |
