Clarify buytax econfig doc string
Reported by Scott C. Zielinski.
This commit is contained in:
parent
c0d4ba57d6
commit
9f3e9f833a
1 changed files with 1 additions and 1 deletions
|
@ -353,7 +353,7 @@ EMPCFBOTH("MARK_DELAY", MARK_DELAY, int, NSC_INT, 0,
|
||||||
EMPCFBOTH("TRADE_DELAY", TRADE_DELAY, int, NSC_INT, 0,
|
EMPCFBOTH("TRADE_DELAY", TRADE_DELAY, int, NSC_INT, 0,
|
||||||
"Time ships, planes, lands and nukes stay on the market for bidding (seconds)")
|
"Time ships, planes, lands and nukes stay on the market for bidding (seconds)")
|
||||||
EMPCFBOTH("buytax", buytax, double, NSC_DOUBLE, 0,
|
EMPCFBOTH("buytax", buytax, double, NSC_DOUBLE, 0,
|
||||||
"Tax (in percentage points) charged to the buyer on market purchases")
|
"Multiple of the bid charged to the buyer on market purchases")
|
||||||
EMPCFBOTH("tradetax", tradetax, double, NSC_DOUBLE, 0,
|
EMPCFBOTH("tradetax", tradetax, double, NSC_DOUBLE, 0,
|
||||||
"Amount of a trade transaction the seller makes (the rest is tax)")
|
"Amount of a trade transaction the seller makes (the rest is tax)")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue