]> granicus.if.org Git - nethack/commit
B15005 narrow openings and hurtling
authornethack.allison <nethack.allison>
Sat, 11 Jan 2003 03:46:56 +0000 (03:46 +0000)
committernethack.allison <nethack.allison>
Sat, 11 Jan 2003 03:46:56 +0000 (03:46 +0000)
commit0814d95040a8c54a9c537dbd667c501136670555
tree8f6049c435440a23f3aa3765bcac57b60eccc546
parent3db1e1c4a43c1bb5b90397b09b573e66ddaa3e9d
B15005 narrow openings and hurtling

Narrow openings are currently not checked for by hurtle_step() or
mhurtle_step. This has the consequence that you can jump or use
Newton's 3rd to get through somewhere you can't get through on the
ground, and monsters can stagger or be jousted through somewhere
they wouldn't attempt under their own steam.

This patch fixes hurtle_step().  It does not address mhurtle_step.
doc/fixes34.1
src/dothrow.c