From 76d1149e6725ca8a59799e0c1f2112d3cbab5afb Mon Sep 17 00:00:00 2001 From: Thomas Kluyver Date: Sat, 5 Jan 2013 17:10:23 +0000 Subject: Various fixes to game core --- weatbag/tiles/centre.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'weatbag/tiles') 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.") -- cgit v1.3