]> granicus.if.org Git - nethack/commit
slime groundwork
authornethack.rankin <nethack.rankin>
Mon, 30 Apr 2007 02:18:03 +0000 (02:18 +0000)
committernethack.rankin <nethack.rankin>
Mon, 30 Apr 2007 02:18:03 +0000 (02:18 +0000)
commit9870c9aaa36fd6b77d50eefe5d983d6a84a5d53b
treef02b5c3c937af757064bf3c40fd5d998ca247993
parent94327317c232553705b57e8936905795970b2773
slime groundwork

     New macro slimeproof() to decide whether something is susceptible
to turning into green slime.  Most of this is just making use of existing
cached permonst values in damageum() and mdamagem() and shouldn't affect
anything.  I wanted to avoid mixing that in with the actual slime changes
which are coming.
include/mondata.h
src/eat.c
src/mhitm.c
src/uhitm.c