Fix some argument prompts to end in one space
Corrects first argument of collect and show, and second argument of assault, follow, mine, lmine and mobquota.
This commit is contained in:
parent
a1f4dc9592
commit
0a61f8eb78
6 changed files with 7 additions and 7 deletions
|
@ -82,7 +82,7 @@ assa(void)
|
|||
*/
|
||||
|
||||
if ((off->shp_uid =
|
||||
onearg(player->argp[2], "Assault from ship #")) < 0) {
|
||||
onearg(player->argp[2], "Assault from ship # ")) < 0) {
|
||||
pr("You may only assault from one ship!\n");
|
||||
return RET_FAIL;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue