]> granicus.if.org Git - nethack/commit
buried ball enhancement (trunk only)
authornethack.rankin <nethack.rankin>
Wed, 23 Jan 2008 03:32:09 +0000 (03:32 +0000)
committernethack.rankin <nethack.rankin>
Wed, 23 Jan 2008 03:32:09 +0000 (03:32 +0000)
commit5ac69ac845263d746411d5f6144457e05ecd649a
treeb03e694f5ef2712434c803e231a2ecedae89f4e5
parente5df144bf6dd0360f4fce124f11a11e0cef5d705
buried ball enhancement (trunk only)

     Make being tethered to a buried iron ball be a bit more interesting
than just being stuck in the floor.  You can now move within a shortened
chain radius (1 step from the ball's burial location rather than normal 2
that applies when it's on the floor).  This has only been modestly tested,
and the message gets to be annoying if you move around a bit while monster
attack and object pickup/drop messages are being delivered.  There ought
to be some better way to override Norep.

     This would work nicer if the chain was actually visible at the ball's
location instead of becoming implicit at the time of burial.  But I don't
want to try to figure out all the ramifications of having an object on
the floor which can't be moved--perhaps uchain handling already suffices,
but I suspect that there's a can of worms waiting to have its lid opened.
src/do.c
src/hack.c