Skip to content

Commit

Permalink
(aegis) more docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ahyangyi committed Dec 3, 2023
1 parent 1309cb1 commit 9d05a61
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions industry/docgen/cargo.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ def gen_cargo_doc(all_cargos, string_manager):
**Capacity Multiplier**: {cargo.capacity_multiplier / 0x100}
**Weight**: {cargo.weight / 16}
**Is a freight cargo**: {cargo._props["is_freight"]}
**Price**: {cargo.base_price} \| {cargo.penalty1} \| {cargo.penalty2}
""",
file=f,
)

0 comments on commit 9d05a61

Please sign in to comment.