(zdon): Display current number of missed updates and number of

missed updates before vetoing begins.
This commit is contained in:
Ron Koenderink 2006-02-05 19:19:00 +00:00
parent 1feb0c433d
commit b677413cfd

View file

@ -109,12 +109,12 @@ zdon(void)
}
}
if (!checking) {
if (!(natp = getnatp(whichcnum))) {
pr("Unable to find country. %d\n", whichcnum);
pr("Notify the Deity.\n");
return RET_FAIL;
}
if (!checking) {
if (wantupd) {
if (influx(natp)) {
pr("Unable to request an update as the country is in flux\n");
@ -137,6 +137,10 @@ zdon(void)
pr("You want an update.\n");
} else
pr("You DON'T want an update, yet.\n");
pr("You have missed requesting an demand update %d times.\n",
natp->nat_missed);
pr("It takes %d misses to veto an demand update.\n",
update_missed);
}
pr("%d of a total of %d lunatics want an update.\n", totwant, totpop);