Belatedly update c_form of of show command

It lacked item and news since 4.3.0.
This commit is contained in:
Markus Armbruster 2008-02-02 07:56:49 +01:00
parent b8a9136242
commit f80af5c7da

View file

@ -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},