"Unterschiedliche Angaben NR/CR"

Im NR steht jetzt auch fuer bauernlose Regionen das Regionssilber.
This commit is contained in:
Enno Rehling 2007-02-01 22:13:22 +00:00
parent f7e4f6a8a8
commit bb6bc0c6b5
1 changed files with 7 additions and 7 deletions

View File

@ -912,12 +912,11 @@ describe(FILE * F, const region * r, int partial, faction * f)
strcpy(bufp++, " ");
bufp += strxcpy(bufp, LOC(f->locale, n==1?"peasant":"peasant_p"));
}
}
if (rmoney(r) && partial == 0) {
bufp += sprintf(bufp, ", %d ", rmoney(r));
bufp += strxcpy(bufp, LOC(f->locale, resourcename(oldresourcetype[R_SILVER], rmoney(r)!=1)));
}
}
/* Pferde */
if (rhorses(r)) {
@ -1501,7 +1500,8 @@ enemies(FILE * F, const faction * f)
static void
guards(FILE * F, const region * r, const faction * see)
{ /* die Partei see sieht dies; wegen
{
/* die Partei see sieht dies; wegen
* "unbekannte Partei", wenn man es selbst ist... */
faction* guardians[512];