bauernblutverbrauch

This commit is contained in:
Enno Rehling 2002-05-05 09:12:30 +00:00
parent 3a9a58a391
commit bcdcd556dd
1 changed files with 1 additions and 0 deletions

View File

@ -1163,6 +1163,7 @@ randomevents(void)
}
if (r->planep==0 || !fval(r->planep, PFL_NOFEED)) {
unfed = (u->number - bauernblut) - peasantfood;
bauernblut = max(0, bauernblut-u->number);
if (unfed > 0) {
#ifdef DAEMON_HUNGER
hunger(u, unfed); /* nicht gefütterte dämonen hungern */