set next_item, otherwise it won't work
This commit is contained in:
parent
9cfa158f61
commit
9fe2bc4533
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@ class Route:
|
|||
item.descriptions.append((icon, item.waytype.description))
|
||||
elif item.new_space:
|
||||
pass # todo: custom space transition descriptions
|
||||
next_item = item
|
||||
|
||||
items[-1].descriptions.append(('done', _('You have reached your destination.')))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue