Skip to content
Snippets Groups Projects
Commit dbd9db85 authored by dg's avatar dg
Browse files

When dropping items the inventory item description correctly updates

git-svn-id: http://svn.net-core.org/repos/t-engine4@3549 51575b47-30f0-44d4-a5cc-537603b46e54
parent 5c32ea1f
No related branches found
No related tags found
No related merge requests found
......@@ -76,6 +76,7 @@ function _M:use(item)
dont_end = self.action(item.object, item.item)
end
self:generateList()
self:select(self.c_list.list[self.c_list.sel])
if not dont_end then game:unregisterDialog(self) end
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment