(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:
parent
782474a6c3
commit
92ac36ec56
3 changed files with 24 additions and 13 deletions
|
@ -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},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue