From b88d59b9e4a33dd28dd0a3bcaaf6788e6bcc1795 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Tue, 15 Apr 2008 20:34:42 +0200 Subject: [PATCH] Document that nukes can be traded --- info/set.t | 16 ++++++++-------- info/trade.t | 7 +++---- src/lib/player/empmod.c | 3 ++- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/info/set.t b/info/set.t index a74a0d2cc..9c9ecb960 100644 --- a/info/set.t +++ b/info/set.t @@ -1,13 +1,13 @@ .TH Command SET -.NA set "Establish price for a ship, plane or land unit" +.NA set "Establish price for a ship, plane, land unit or nuke" .LV Expert -.SY "set " -The set price command allows you to set the prices on ships/units/planes -for sale. +.SY "set " +The set price command allows you to set the prices on ships, planes, +land units or nukes for sale. .s1 - is the type of unit you are putting on sale, -either ship, plane, or land. - is(are) the unit #(s), and + is the type of unit you are putting on sale, +either ship, plane, or land or nuke. + is(are) the unit #(s), and is the cost per item. .s1 If you don't supply the price on the command line the program @@ -18,7 +18,7 @@ Negative prices can't be used (no more Crazy Eddie). You may withdraw an offer by setting the price to zero. .s1 Note that ships are not \*Qdelivered\*U to the purchaser, -but planes and units are. +but planes, land units and nukes are. .sp .SA "trade, Commerce" diff --git a/info/trade.t b/info/trade.t index eb6e27adc..b3e6965a0 100644 --- a/info/trade.t +++ b/info/trade.t @@ -1,10 +1,9 @@ .TH Command TRADE -.NA trade "Buy planes/ships/land units" +.NA trade "Buy ships, planes, land units or nukes" .LV Expert .SY "trade" -The trade report lists -all ships, planes and land units that are being sold and allows you -to buy them. +The trade report lists all ships, planes, land units and nukes that +are being sold and allows you to buy them. .s1 It is based on a bidding system, and after the bidding time has passed, the transactions are executed, and the highest bidder gets the goods diff --git a/src/lib/player/empmod.c b/src/lib/player/empmod.c index f189b3b86..85a433976 100644 --- a/src/lib/player/empmod.c +++ b/src/lib/player/empmod.c @@ -223,7 +223,8 @@ struct cmndstr player_coms[] = { {"sdump []", 0, sdump, 0, NORM}, {"sect ", 0, sct, 0, NORM}, {"sell ", 1, sell, C_MOD, NORM + CAP}, - {"set ", 1, set, C_MOD, NORM + CAP}, + {"set ", + 1, set, C_MOD, NORM + CAP}, {"setresource ", 0, setres, C_MOD, GOD}, {"setsector ", 0, setsector, C_MOD, GOD}, {"sharebmap []", 0, shar, C_MOD, NORM}, -- 2.43.0