diff options
| author | Thomas Kluyver <takowl@gmail.com> | 2013-01-05 17:10:23 +0000 |
|---|---|---|
| committer | Thomas Kluyver <takowl@gmail.com> | 2013-01-05 17:10:23 +0000 |
| commit | 76d1149e6725ca8a59799e0c1f2112d3cbab5afb (patch) | |
| tree | 33cba89268bf470722339c037731c592c6cfa1ca /weatbag/tiles | |
| parent | c73be5a26c11a6bc5aa6df097735452f254e15d7 (diff) | |
Various fixes to game core
Diffstat (limited to 'weatbag/tiles')
| -rw-r--r-- | weatbag/tiles/centre.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/weatbag/tiles/centre.py b/weatbag/tiles/centre.py index 7ab4d54..4aa9a30 100644 --- a/weatbag/tiles/centre.py +++ b/weatbag/tiles/centre.py @@ -5,9 +5,8 @@ class Tile: self.contents = {'rope': 1} def describe(self): - print("You are in a sizeable clearing in the forest. At your feet, you see " - "a mysterious trap door, with three golden keyholes. Paths lead off " - "in four directions, which your unerring sense of direction tells you " + print("You are in a sizeable clearing in the forest. Paths lead off in" + "four directions, which your unerring sense of direction tells you " "correspond to the four compass points.") if self.contents.get('rope'): print("A short length of rope is lying on the floor.") |
