diff options
| author | Kleopatra Angelidi <akleop@gmail.com> | 2013-04-23 20:44:00 +0300 |
|---|---|---|
| committer | Kleopatra Angelidi <akleop@gmail.com> | 2013-04-29 03:21:17 +0300 |
| commit | 6a3e8459abf4e87488c5187ce704186ab2c04ae6 (patch) | |
| tree | 705e30b0d83c086c2672e40598ae1ed2b6b75187 /weatbag/tiles/n2w4.py | |
| parent | 893c674a54f36e49390d78f7f685029e94f00898 (diff) | |
added a " , line 10
Diffstat (limited to 'weatbag/tiles/n2w4.py')
| -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 " |
