From fe1aa30463991443a9e6d410e34e506a4fe7cbae Mon Sep 17 00:00:00 2001 From: Jerry Aldrich Date: Mon, 9 Jul 2018 08:33:47 -0700 Subject: [PATCH] Add space to the tutorial's CrumblingWall message Signed-off-by: Jerry Aldrich --- evennia/contrib/tutorial_world/objects.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evennia/contrib/tutorial_world/objects.py b/evennia/contrib/tutorial_world/objects.py index b260770577..0561f98d03 100644 --- a/evennia/contrib/tutorial_world/objects.py +++ b/evennia/contrib/tutorial_world/objects.py @@ -674,7 +674,7 @@ class CrumblingWall(TutorialObject, DefaultExit): # we found the button by moving the roots result = ["Having moved all the roots aside, you find that the center of the wall, " "previously hidden by the vegetation, hid a curious square depression. It was maybe once " - "concealed and made to look a part of the wall, but with the crumbling of stone around it," + "concealed and made to look a part of the wall, but with the crumbling of stone around it, " "it's now easily identifiable as some sort of button."] elif self.db.exit_open: # we pressed the button; the exit is open