Skip to content

Commit

Permalink
(Aegis) worker change to "WKRK"; OTI1 is so weird.
Browse files Browse the repository at this point in the history
  • Loading branch information
ahyangyi committed Nov 2, 2023
1 parent 6500556 commit cd848d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion industry/cargos/workers.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

the_cargo = ACargo(
0x33,
b"OTI1",
b"WRKR",
grf.CargoClass.PASSENGERS,
capacity_multiplier=0x400,
weight=1,
Expand Down
4 changes: 2 additions & 2 deletions industry/lang/english-uk.lng
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ STR_CARGO_NAME_MAIZ :Maize
STR_CARGO_NAME_MILK :Milk
STR_CARGO_NAME_NH3_ :Ammonia
STR_CARGO_NAME_OIL_ :Oil
STR_CARGO_NAME_OTI1 :Workers
STR_CARGO_NAME_PAPR :Paper
STR_CARGO_NAME_PASS :Passengers
STR_CARGO_NAME_PEAT :Peat
Expand All @@ -152,6 +151,7 @@ STR_CARGO_NAME_WATR :Water
STR_CARGO_NAME_WDPR :Timber
STR_CARGO_NAME_WHEA :Wheat
STR_CARGO_NAME_WOOD :Wood
STR_CARGO_NAME_WRKR :Workers
STR_CARGO_NAME_ZINC :Zinc

STR_CARGO_UNIT_BEER :{VOLUME} of alcohol
Expand All @@ -176,7 +176,6 @@ STR_CARGO_UNIT_MAIZ :{WEIGHT} of maize
STR_CARGO_UNIT_MILK :{VOLUME} of milk
STR_CARGO_UNIT_NH3_ :{VOLUME} ammonia
STR_CARGO_UNIT_OIL_ :{VOLUME} of oil
STR_CARGO_UNIT_OTI1 :{SIGNED_WORD} worker{P 0 "" s}
STR_CARGO_UNIT_PAPR :{WEIGHT} of paper
STR_CARGO_UNIT_PASS :{SIGNED_WORD} passenger{P 0 "" s}
STR_CARGO_UNIT_PEAT :{WEIGHT} of peat
Expand All @@ -195,4 +194,5 @@ STR_CARGO_UNIT_WATR :{VOLUME} of water
STR_CARGO_UNIT_WDPR :{WEIGHT} of timber
STR_CARGO_UNIT_WHEA :{WEIGHT} of wheat
STR_CARGO_UNIT_WOOD :{WEIGHT} of wood
STR_CARGO_UNIT_WRKR :{SIGNED_WORD} worker{P 0 "" s}
STR_CARGO_UNIT_ZINC :{WEIGHT} of zinc

0 comments on commit cd848d1

Please sign in to comment.