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

@@ -552,11 +552,7 @@ struct mkroom *sroom;
eshkp->billct = eshkp->visitct = 0;
eshkp->bill_p = (struct bill_x *)0;
eshkp->customer[0] = '\0';
#ifndef GOLDOBJ
shk->mgold = 1000L + 30L*(long)rnd(100); /* initial capital */
#else
mkmonmoney(shk, 1000L + 30L*(long)rnd(100)); /* initial capital */
#endif
if (shp->shknms == shkrings)
(void) mongets(shk, TOUCHSTONE);
nameshk(shk, shp->shknms);