]> granicus.if.org Git - nethack/commit
eels in lava
authorcohrs <cohrs>
Thu, 2 Oct 2003 04:23:59 +0000 (04:23 +0000)
committercohrs <cohrs>
Thu, 2 Oct 2003 04:23:59 +0000 (04:23 +0000)
commited8ce13d8fb4c7427ab494949494e8270832214c
tree6151aaca154e480cc610edd4d61191451056e38c
parent6c734c22ebecab4f58eb7e9ad3e1405b95b31134
eels in lava
<Someone> reported that randomly placed aquatic monsters can end up in
lava.  The placement code allowed lava whenever the WET flag was passed to
it.  This was so passing (WET|DRY) would match all locations, but it's not
appropriate for when only the flag WET is used.  Since we have no levels
currently affected by this bug, I fixed it only in the trunk.
doc/fixes35.0
src/sp_lev.c