Make GOLDOBJ unconditional.

This commit is contained in:
Sean Hunt
2015-02-14 01:31:22 -05:00
parent 4f59f5c6fd
commit ac108cd365
58 changed files with 8 additions and 1196 deletions

View File

@@ -443,15 +443,6 @@ boolean with_you;
}
corpse = mkcorpstat(CORPSE, (struct monst *)0, mtmp->data,
xlocale, ylocale, CORPSTAT_NONE);
#ifndef GOLDOBJ
if (mtmp->mgold) {
if (xlocale == 0 && ylocale == 0 && corpse) {
(void) get_obj_location(corpse, &xlocale, &ylocale, 0);
(void) mkgold(mtmp->mgold, xlocale, ylocale);
}
mtmp->mgold = 0L;
}
#endif
mongone(mtmp);
}
}