Rename add argument "new" to "player"
This makes the correct choice for player countries obvious. Keep recognizing "new" for now, but deprecate it.
This commit is contained in:
parent
3fb00c79d9
commit
373f20a8b5
3 changed files with 8 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
|||
.TH Command ADD
|
||||
.NA add "Add/Remove a country in the game"
|
||||
.LV Expert
|
||||
.SY "add <NAT> <NAME> <REP> <visitor|new|god|delete>"
|
||||
.EX add 1 bunky mypass n
|
||||
.SY "add <NAT> <NAME> <REP> <visitor|player|god|delete>"
|
||||
.EX add 1 bunky mypass p
|
||||
This adds a new player country to the game. Use \*Qnewcap\*U to
|
||||
create its sanctuary.
|
||||
.EX add 2 visitor visitor v
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue