set next_item, otherwise it won't work

This commit is contained in:
Laura Klünder 2017-12-12 20:31:33 +01:00
parent 9cfa158f61
commit 9fe2bc4533

View file

@ -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.')))