forked from github/server
Dämonen haben in der normalen Ebene nicht mehr gefuttert!
This commit is contained in:
parent
dcb6b789d6
commit
6054bd082a
|
@ -1142,7 +1142,7 @@ randomevents(void)
|
||||||
}
|
}
|
||||||
bfind = true;
|
bfind = true;
|
||||||
}
|
}
|
||||||
if (r->planep && !fval(r->planep, PFL_NOFEED)) {
|
if (r->planep==0 || !fval(r->planep, PFL_NOFEED)) {
|
||||||
unfed = (u->number - bauernblut) - peasantfood;
|
unfed = (u->number - bauernblut) - peasantfood;
|
||||||
if (unfed > 0) {
|
if (unfed > 0) {
|
||||||
#ifdef DAEMON_HUNGER
|
#ifdef DAEMON_HUNGER
|
||||||
|
|
Loading…
Reference in New Issue