Belatedly update c_form of of show command
It lacked item and news since 4.3.0.
This commit is contained in:
parent
b8a9136242
commit
f80af5c7da
1 changed files with 1 additions and 1 deletions
|
@ -230,7 +230,7 @@ struct cmndstr player_coms[] = {
|
||||||
{"ship <SHIPS>", 0, shi, 0, NORM},
|
{"ship <SHIPS>", 0, shi, 0, NORM},
|
||||||
{"shoot <c|u> <SECTS> <NUMBER>", 3, shoo, C_MOD, NORM + MONEY + CAP},
|
{"shoot <c|u> <SECTS> <NUMBER>", 3, shoo, C_MOD, NORM + MONEY + CAP},
|
||||||
{"show <TYPE> <\"build\"|\"stats\"|\"cap\"> [<tech>]\n"
|
{"show <TYPE> <\"build\"|\"stats\"|\"cap\"> [<tech>]\n"
|
||||||
"\tshow <bridge|tower>\n"
|
"\tshow <bridge|item|news|tower>\n"
|
||||||
"\tshow updates [<NUM>]>",
|
"\tshow updates [<NUM>]>",
|
||||||
0, show, 0, VIS},
|
0, show, 0, VIS},
|
||||||
{"shutdown <minutes> <disable update?>", 0, shut, 0, GOD},
|
{"shutdown <minutes> <disable update?>", 0, shut, 0, GOD},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue