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,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];
|
||||
|
|
Loading…
Reference in New Issue