]> granicus.if.org Git - nethack/commit
iron balls (R676)
authorarromdee <arromdee>
Tue, 26 Mar 2002 06:05:24 +0000 (06:05 +0000)
committerarromdee <arromdee>
Tue, 26 Mar 2002 06:05:24 +0000 (06:05 +0000)
commit9210d2c5ed646dd1d238c64c4bda7f7149065d5f
treefae7114a6e5cd30fc3b0f416fed083f54c8e3af1
parent224eddc1d340c76c2ab289d876299cb77d44d4e2
iron balls (R676)
Well, this proved rather annoying.  Problems included:
-- the solid rock problem that was noticed
-- teleporting to a spot two spaces away but on the other side of solid rock
could also leave the chain in solid rock
-- in one place I said chainx instead of ballx, which could cause problems with
teleporting
-- the teleport code moved the player before moving the ball, violating the
assumption that the player hasn't been moved yet (which only caused problems
after I added the solid rock fix).

Ball movement still isn't quite right, though the cases are really rare.  I
may fix them later.
doc/fixes34.1
src/ball.c
src/teleport.c