Fix power's c_form.
This commit is contained in:
parent
51baf40e90
commit
b1399ebbad
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ struct cmndstr player_coms[] = {
|
||||||
{"plane <SECTS>", 0, plan, 0, NORM},
|
{"plane <SECTS>", 0, plan, 0, NORM},
|
||||||
{"players", 0, play, 0, VIS},
|
{"players", 0, play, 0, VIS},
|
||||||
{"pmap <SECTS|PLANE> [s|l|n|p|*|h]", 0, map, C_MOD, NORM},
|
{"pmap <SECTS|PLANE> [s|l|n|p|*|h]", 0, map, C_MOD, NORM},
|
||||||
{"power [[\"new\" [<NUMBER OF COUNTRIES>]] | [\"country\" <NATS>]]",
|
{"power [\"new\"] [<NUMBER OF COUNTRIES>] | \"country\" <NATS>",
|
||||||
0, powe, C_MOD, VIS},
|
0, powe, C_MOD, VIS},
|
||||||
{"pray", 0, tele, C_MOD, NORM},
|
{"pray", 0, tele, C_MOD, NORM},
|
||||||
{"production <SECTS>", 0, prod, 0, NORM},
|
{"production <SECTS>", 0, prod, 0, NORM},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue