Dämonen haben in der normalen Ebene nicht mehr gefuttert!

This commit is contained in:
Enno Rehling 2002-03-19 19:05:15 +00:00
parent dcb6b789d6
commit 6054bd082a
1 changed files with 1 additions and 1 deletions

View File

@ -1142,7 +1142,7 @@ randomevents(void)
}
bfind = true;
}
if (r->planep && !fval(r->planep, PFL_NOFEED)) {
if (r->planep==0 || !fval(r->planep, PFL_NOFEED)) {
unfed = (u->number - bauernblut) - peasantfood;
if (unfed > 0) {
#ifdef DAEMON_HUNGER