(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) {
|
if (natp->nat_stat & STAT_INUSE) {
|
||||||
getsect(natp->nat_xcap, natp->nat_ycap, §);
|
getsect(natp->nat_xcap, natp->nat_ycap, §);
|
||||||
if (influx(natp))
|
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));
|
xyas(sect.sct_x, sect.sct_y, player->cnum));
|
||||||
else {
|
else {
|
||||||
civ = sect.sct_item[I_CIVIL];
|
civ = sect.sct_item[I_CIVIL];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue