Fix typo in output message for Ingame Shop location
This commit is contained in:
parent
a5c719c758
commit
e9cfea1424
@ -693,7 +693,7 @@ class Tools:
|
||||
|
||||
output_lines = []
|
||||
for location, ships in sorted(location_data.items()):
|
||||
output_lines.append(f"\n--- Inagem Shop: {location} ---")
|
||||
output_lines.append(f"\n--- Ingame Shop: {location} ---")
|
||||
for ship in ships:
|
||||
output_lines.append(
|
||||
f" - {ship['name']}: {int(ship['price'])} aUEC"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user