(nati): Fix the grammer for No capital output.
This commit is contained in:
parent
9217e75761
commit
7944db242c
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ nati(void)
|
|||
if (natp->nat_stat & STAT_INUSE) {
|
||||
getsect(natp->nat_xcap, natp->nat_ycap, §);
|
||||
if (influx(natp))
|
||||
pr("No capital. (was at %s)\n",
|
||||
pr("No capital (was at %s).\n",
|
||||
xyas(sect.sct_x, sect.sct_y, player->cnum));
|
||||
else {
|
||||
civ = sect.sct_item[I_CIVIL];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue