bugfix neues Bauernblut

This commit is contained in:
Enno Rehling 2004-02-29 10:00:26 +00:00
parent d65c158e4f
commit d1f42fa634
1 changed files with 4 additions and 1 deletions

View File

@ -257,7 +257,10 @@ get_food(region *r)
blut = min(blut, hungry);
change_effect(ud, pt_blood, -blut);
hungry -= blut;
}
} else {
break;
/* no more help for us */
}
}
if (r->planep == NULL || !fval(r->planep, PFL_NOFEED)) {
if (peasantfood>=hungry) {