Skip to content

Commit

Permalink
(Aegis) Remove redundant column
Browse files Browse the repository at this point in the history
  • Loading branch information
ahyangyi committed Nov 21, 2023
1 parent 5b77962 commit 0d59970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion industry/docgen/economy.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def gen_economy_doc(all_economies, string_manager):
cargolink = lambda x: f"[{x.name(string_manager)}](../cargos/{x.label.decode()}.html)"

print(
f"| {cargolink(cargo)} | {cargo_class(cargo.cargo_class)} | {cargo.capacity_multiplier / 0x100} | {cargo.weight / 16} | {cargo.base_price} \\| {cargo.penalty1} \\| {cargo.penalty2} | |",
f"| {cargolink(cargo)} | {cargo_class(cargo.cargo_class)} | {cargo.capacity_multiplier / 0x100} | {cargo.weight / 16} | {cargo.base_price} \\| {cargo.penalty1} \\| {cargo.penalty2} |",
file=f,
)

Expand Down

0 comments on commit 0d59970

Please sign in to comment.