]> granicus.if.org Git - nethack/commit
fix #H333 - boulder theft
authornethack.rankin <nethack.rankin>
Sat, 19 May 2007 04:09:01 +0000 (04:09 +0000)
committernethack.rankin <nethack.rankin>
Sat, 19 May 2007 04:09:01 +0000 (04:09 +0000)
commit2ff8b1687454478a006e86c2304c1281791e86ec
tree8174017b23d8c1ea3f2c983658af0e4a528e7d4a
parent4be43239a846926ea6b71961508d56ac83e8ded9
fix #H333 - boulder theft

     From a bug report:  nymphs could steal
boulders even though they aren't allowed to pick those up.  It happened
becuase can_carry() is only called for monkeys (consequently, they don't
have this problem), not for nymphs.
doc/fixes34.4
src/steal.c