- nmr-anzeige im CR
This commit is contained in:
Enno Rehling 2004-10-19 21:29:35 +00:00
parent ba620d139a
commit bc79a4ca93
1 changed files with 4 additions and 0 deletions

View File

@ -1150,6 +1150,10 @@ report_computer(FILE * F, faction * f, const faction_list * addresses,
i = maxheroes(f);
if (i>0) fprintf(F, "%d;max_heroes\n", i);
if (f->age > 1 && f->lastorders != turn) {
fprintf(F, "%d;nmr\n", turn-f->lastorders);
}
fprintf(F, "\"%s\";Parteiname\n", f->name);
fprintf(F, "\"%s\";email\n", f->email);
fprintf(F, "\"%s\";banner\n", f->banner);