diff options
| -rw-r--r-- | weatbag/tiles/n2w4.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weatbag/tiles/n2w4.py b/weatbag/tiles/n2w4.py index 8f821af..00eaa5d 100644 --- a/weatbag/tiles/n2w4.py +++ b/weatbag/tiles/n2w4.py @@ -7,7 +7,7 @@ class Tile: def describe(self): if self.opendoor: - print("The hut's door is open and the kitties are playing with + print("The hut's door is open and the kitties are playing with " "their momcat!") else: print("You are standing in front of the hut's door. The hut looks " |
