mirror of
https://github.com/Xevion/project-cybersyn.git
synced 2025-12-09 22:08:09 -06:00
appears successful
This commit is contained in:
@@ -102,8 +102,9 @@ function inventory_tab.build(map_data, player_data)
|
||||
goto has_match
|
||||
end
|
||||
end
|
||||
else
|
||||
local comb1_signals, _ = get_signals(station)
|
||||
end
|
||||
local comb1_signals, _ = get_signals(station)
|
||||
if comb1_signals then
|
||||
for _, signal_ID in pairs(comb1_signals) do
|
||||
local item = signal_ID.signal.name
|
||||
if item then
|
||||
|
||||
@@ -123,15 +123,15 @@ function stations_tab.build(map_data, player_data, query_limit)
|
||||
|
||||
|
||||
if search_item then
|
||||
|
||||
if station.deliveries then
|
||||
for item_name, _ in pairs(station.deliveries) do
|
||||
if item_name == search_item then
|
||||
goto has_match
|
||||
end
|
||||
end
|
||||
else
|
||||
local comb1_signals, _ = get_signals(station)
|
||||
end
|
||||
local comb1_signals, _ = get_signals(station)
|
||||
if comb1_signals then
|
||||
for _, signal_ID in pairs(comb1_signals) do
|
||||
local item = signal_ID.signal.name
|
||||
if item then
|
||||
|
||||
Reference in New Issue
Block a user