]> granicus.if.org Git - nethack/commit
temple sounds (trunk only)
authornethack.rankin <nethack.rankin>
Sun, 11 Jun 2006 04:00:40 +0000 (04:00 +0000)
committernethack.rankin <nethack.rankin>
Sun, 11 Jun 2006 04:00:40 +0000 (04:00 +0000)
commit94ea00a1a31af8e0c6acc7f5fe99a226753e42f3
tree9bd3d73d07a93cf114edafb848c6689a2ff64173
parentd439b123d27fb0f1854b105cd310f9ebbef57d26
temple sounds (trunk only)

     The user (<email deleted>) who recently suggested a
dump command for containers also wanted atmospheric sounds on levels which
have altars.  Right now we'd have to find unattended altars the hard way
(by scanning the entire level) but we could add a counter (or set of
counters, one per alignment) like for fountains and sinks if we really
wanted to do that.  [Now that I think about it, the #overview patch may
have already done something of the sort.]  But what noises would an altar
be expected to produce?  This only adds sounds for temples, where the
attending priest can be the source of the noise.

     I'm not real thrilled with the initial set of sounds, particularly
the hallucinating one, but the implementation works.  The "carcass" one is
a little clumsy; it's intended to add a hint for new players who haven't
figured out what the #offer command does.
doc/fixes35.0
include/extern.h
src/priest.c
src/sounds.c