]> granicus.if.org Git - nethack/commit
fix B02004 and other projectile related killer reasons
authornethack.rankin <nethack.rankin>
Wed, 14 May 2003 10:25:26 +0000 (10:25 +0000)
committernethack.rankin <nethack.rankin>
Wed, 14 May 2003 10:25:26 +0000 (10:25 +0000)
commitc4c1b064f75e30b2cc3b96cbfeeb45e81b42d33e
tree38dc0b9963757af5ec0783910cca50cebec9250d
parent835c0ca49960e353d7579b2fc3286d7128d38fea
fix B02004 and other projectile related killer reasons

1) killer reason for scattered land mine shrapnel used "a" or "an" prefix
   even when multiple projectiles hit as a group -- one of various things
   From a bug report.oextra field) --
   noticed while investigating #1 and later From a bug report.4.0 due to an unintentional side-effect of missile killer reason
   handling in 3.4.1 (removal of redundant "poisoned" prefix by m_throw()
   confused the poison handling routine) -- noticed while investigating #3.
doc/fixes34.2
include/extern.h
src/mon.c
src/mthrowu.c
src/objnam.c
src/trap.c