Fix issue of nowhere to buy a material (mainly for mineables)

This commit is contained in:
Luke Robles 2023-06-17 09:40:45 -07:00
parent d1e6890903
commit f574ab0145

View File

@ -238,6 +238,7 @@ async def calculate_trade_profies(commodity, scu=None):
costs[station] = trades["buy"][commodity] * int(scu)
break
if len(costs):
embed.add_field(
name="**Best place to buy %s of %s**" % (scu_string, commodity),
value="%s: $%s"