(rea): Set parameters for read to [yes|no|<CNUM/CNAME>].

Add parameters for read in the command list and the info pages.
Closes #1010010.
This commit is contained in:
Ron Koenderink 2005-03-25 21:04:39 +00:00
parent 782474a6c3
commit 92ac36ec56
3 changed files with 24 additions and 13 deletions

View file

@ -192,7 +192,7 @@ struct cmndstr player_coms[] = {
{"quit", 0, quit, 0, VIS},
{"radar <SHIPS | SECTS>", 1, rada, 0, NORM + CAP},
{"range <PLANES> <range>", 1, range, C_MOD, NORM + CAP},
{"read", 0, rea, C_MOD, VIS},
{"read [yes|no|<CNUM/CNAME>]", 0, rea, C_MOD, VIS},
{"realm <number> [<SECTS>]", 0, real, C_MOD, NORM},
{"recon <spy-PLANES> <fighter-PLANES> <ap-SECT> <PATH|DESTINATION>", 3,
reco, C_MOD, NORM + MONEY + CAP},