]> granicus.if.org Git - nethack/commit
GOLDOBJ pickup handling (trunk only)
authornethack.rankin <nethack.rankin>
Sat, 16 Jun 2007 02:22:01 +0000 (02:22 +0000)
committernethack.rankin <nethack.rankin>
Sat, 16 Jun 2007 02:22:01 +0000 (02:22 +0000)
commit2ad3afee05074a6c158619fdca8c010f4b167f41
treebc794e45450097c37ff0144ad6f18c30c7153a2b
parente753fb50f2a18f89eb1ad90edec9d7b2671cc91a
GOLDOBJ pickup handling (trunk only)

     For GOLDOBJ configuration, relax the 52 object limit for inventory
when gold uses the special $ slot instead of a letter.  Takes care of an
old buglist entry from the beta testers.  [It will need to be revisited
if we ever implement multiple coin types that can't all fit in one slot.]

     Also for GOLDOBJ, prevents nymphs and monkeys from stealing coins,
since allowing that made their steal-item attack be a complete superset
of leprechaun's steal-gold attack.
doc/fixes35.0
include/extern.h
src/eat.c
src/hack.c
src/invent.c
src/pickup.c
src/shk.c
src/steal.c
src/trap.c
src/uhitm.c