Skip to content

Commit

Permalink
Update rules for transport
Browse files Browse the repository at this point in the history
Transport does not require use of a trade point or martial point,
something which was changed quite a while back.  The rules were
not updated at that point to reflect the change.  They now have
been.
  • Loading branch information
jt-traub committed Oct 19, 2024
1 parent 0771d1b commit 507eedf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions genrules.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4865,8 +4865,7 @@ int Game::GenRules(const AString &rules, const AString &css, const AString &intr
// Note this is slightly wrong for the neworgins case. cost only applies QM -> QM.
f << " The target of the transport unit must be a unit with the quartermaster skill and must be the "
<< "owner of a transport structure. For long distance transport between quartermasters, the issuing "
<< "unit must also be a quartermaster and be the owner of a transport structure. Use of this order "
<< "counts as trade activity in the hex.\n"
<< "unit must also be a quartermaster and be the owner of a transport structure.\n"
<< enclose("p", false);
f << enclose("p", true) << "For historical reasons, the order DISTRIBUTE can be "
<< "used in place of TRANSPORT and has the same meaning and syntax.\n"
Expand Down
3 changes: 1 addition & 2 deletions snapshot-tests/rules/fracas.html
Original file line number Diff line number Diff line change
Expand Up @@ -6886,8 +6886,7 @@ <h4>
unit with the quartermaster skill and must be the owner of a transport
structure. For long distance transport between quartermasters, the
issuing unit must also be a quartermaster and be the owner of a
transport structure. Use of this order counts as trade activity in the
hex.
transport structure.
</p>
<p>
For historical reasons, the order DISTRIBUTE can be used in place of
Expand Down
3 changes: 1 addition & 2 deletions snapshot-tests/rules/neworigins.html
Original file line number Diff line number Diff line change
Expand Up @@ -7387,8 +7387,7 @@ <h4>
unit with the quartermaster skill and must be the owner of a transport
structure. For long distance transport between quartermasters, the
issuing unit must also be a quartermaster and be the owner of a
transport structure. Use of this order counts as trade activity in the
hex.
transport structure.
</p>
<p>
For historical reasons, the order DISTRIBUTE can be used in place of
Expand Down

0 comments on commit 507eedf

Please sign in to comment.