forked from github/server
bugfix neues Bauernblut
This commit is contained in:
parent
d65c158e4f
commit
d1f42fa634
|
@ -257,6 +257,9 @@ 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)) {
|
||||
|
|
Loading…
Reference in New Issue