]> granicus.if.org Git - nethack/commit
U189 - killing an engulfing monster over water allows waterwalking
authorcohrs <cohrs>
Thu, 19 Dec 2002 01:57:10 +0000 (01:57 +0000)
committercohrs <cohrs>
Thu, 19 Dec 2002 01:57:10 +0000 (01:57 +0000)
commitaabc54549e45d6de500c7fc87d42c9eb53dba614
treeb38a5b4adca2b5213f13c760cba5e2cc15b21050
parent3c98250c961d0a9f25a2f188a0f4ee9024d9c938
U189 - killing an engulfing monster over water allows waterwalking
- The code in xkilled failed to call spoteffects after killing the monster
that was engulfing you.  Being expelled already worked correctly.
- While testing this, I discovered that removing a ring of levitation or
similar while engulfed would call spoteffects when it shouldn't.  Fixed
that too.
doc/fixes34.1
src/mon.c
src/trap.c