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:
Markus Armbruster 2008-12-28 17:49:21 +01:00
parent f887a4d6f0
commit 124638c97f

View file

@ -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");