forked from github/server
bugfix neues Bauernblut
This commit is contained in:
parent
d65c158e4f
commit
d1f42fa634
|
@ -257,7 +257,10 @@ get_food(region *r)
|
||||||
blut = min(blut, hungry);
|
blut = min(blut, hungry);
|
||||||
change_effect(ud, pt_blood, -blut);
|
change_effect(ud, pt_blood, -blut);
|
||||||
hungry -= blut;
|
hungry -= blut;
|
||||||
}
|
} else {
|
||||||
|
break;
|
||||||
|
/* no more help for us */
|
||||||
|
}
|
||||||
}
|
}
|
||||||
if (r->planep == NULL || !fval(r->planep, PFL_NOFEED)) {
|
if (r->planep == NULL || !fval(r->planep, PFL_NOFEED)) {
|
||||||
if (peasantfood>=hungry) {
|
if (peasantfood>=hungry) {
|
||||||
|
|
Loading…
Reference in New Issue