mirror of
https://github.com/evennia/evennia.git
synced 2026-04-05 07:27:17 +02:00
Fixed the default value of the destination for the crumbling tutorial wall; pertains to #1018.
This commit is contained in:
parent
9da1051f83
commit
a3c2c1502e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue