Transportorio

by Zomiib

Transport resources and trade your way up! start with just a bit of coal and work your way up to rockets.

Overhaul
2 years ago
1.1
1.23K

b MiniBug: last search empty

2 years ago

if you reopen the tranding menu, the textfield is empty, but the last search is applied
expected: text shows (active) search string

fix:

in scripts/gui.lua in function Trades_menu:open(player)
-- after
self:create_list_rows(trades_list, global.cities, search_term, filter, player)
-- add
self:update_search_text(player, search_term, filter)

New response