diff options
Diffstat (limited to 'weatbag/tiles/n1w5.py')
| -rw-r--r-- | weatbag/tiles/n1w5.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/weatbag/tiles/n1w5.py b/weatbag/tiles/n1w5.py index 4b2c1d4..634b4f7 100644 --- a/weatbag/tiles/n1w5.py +++ b/weatbag/tiles/n1w5.py @@ -10,8 +10,8 @@ class Tile: def describe(self): if self.contents['mice']: print("As you walk the rocky path at the edge of the cliff you " - "hear a squeaking sound and you notice two mouse traps on the " - "ground. Each has one mouse trapped inside.\n" + "hear a squeaking sound and you notice two mouse traps on " + "the ground. Each has one mouse trapped inside.\n" "You could take the silly rodents but really... what the " "hell are you gonna do with them?\n") else: |
