Make the "You lost your capital" message point to info capital
New players appear to be unable to figure out how to set a new capital, in particular a mountain capital. Hope this helps.
This commit is contained in:
parent
f887a4d6f0
commit
124638c97f
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ status(void)
|
||||||
natp->nat_ann = 0;
|
natp->nat_ann = 0;
|
||||||
}
|
}
|
||||||
if (natp->nat_stat == STAT_ACTIVE && (player->nstat & CAP) == 0)
|
if (natp->nat_stat == STAT_ACTIVE && (player->nstat & CAP) == 0)
|
||||||
pr("You lost your capital... better designate one\n");
|
pr("You lost your capital... better designate one (see info capital)\n");
|
||||||
putnat(natp);
|
putnat(natp);
|
||||||
if (gamedown() && !player->god) {
|
if (gamedown() && !player->god) {
|
||||||
pr("gamedown\n");
|
pr("gamedown\n");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue