forked from github/server
"Unterschiedliche Angaben NR/CR" Im NR steht jetzt auch fuer bauernlose Regionen das Regionssilber.
This commit is contained in:
parent
f7e4f6a8a8
commit
bb6bc0c6b5
|
@ -912,11 +912,10 @@ describe(FILE * F, const region * r, int partial, faction * f)
|
||||||
strcpy(bufp++, " ");
|
strcpy(bufp++, " ");
|
||||||
bufp += strxcpy(bufp, LOC(f->locale, n==1?"peasant":"peasant_p"));
|
bufp += strxcpy(bufp, LOC(f->locale, n==1?"peasant":"peasant_p"));
|
||||||
}
|
}
|
||||||
|
}
|
||||||
if (rmoney(r) && partial == 0) {
|
if (rmoney(r) && partial == 0) {
|
||||||
bufp += sprintf(bufp, ", %d ", rmoney(r));
|
bufp += sprintf(bufp, ", %d ", rmoney(r));
|
||||||
bufp += strxcpy(bufp, LOC(f->locale, resourcename(oldresourcetype[R_SILVER], rmoney(r)!=1)));
|
bufp += strxcpy(bufp, LOC(f->locale, resourcename(oldresourcetype[R_SILVER], rmoney(r)!=1)));
|
||||||
}
|
|
||||||
}
|
}
|
||||||
/* Pferde */
|
/* Pferde */
|
||||||
|
|
||||||
|
@ -1501,8 +1500,9 @@ enemies(FILE * F, const faction * f)
|
||||||
|
|
||||||
static void
|
static void
|
||||||
guards(FILE * F, const region * r, const faction * see)
|
guards(FILE * F, const region * r, const faction * see)
|
||||||
{ /* die Partei see sieht dies; wegen
|
{
|
||||||
* "unbekannte Partei", wenn man es selbst ist... */
|
/* die Partei see sieht dies; wegen
|
||||||
|
* "unbekannte Partei", wenn man es selbst ist... */
|
||||||
|
|
||||||
faction* guardians[512];
|
faction* guardians[512];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue