From a3c2c1502ed2ab49bc9b1e43f11c28f25d412273 Mon Sep 17 00:00:00 2001 From: Griatch Date: Fri, 19 Aug 2016 20:17:57 +0200 Subject: [PATCH] Fixed the default value of the destination for the crumbling tutorial wall; pertains to #1018. --- 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 2439b2005b..8772b6daaa 100644 --- a/evennia/contrib/tutorial_world/objects.py +++ b/evennia/contrib/tutorial_world/objects.py @@ -615,7 +615,7 @@ class CrumblingWall(TutorialObject, DefaultExit): # this is not even an Exit until it has a proper destination, and we won't assign # that until it is actually open. Until then we store the destination here. This # should be given a reasonable value at creation! - self.db.destination = 2 + self.db.destination = "#2" # we lock this Exit so that one can only execute commands on it # if its location is lit and only traverse it once the Attribute