elimelec / inethack

Automatically exported from code.google.com/p/inethack
GNU General Public License v2.0
0 stars 0 forks source link

Default action should prioritize pickup over descend/ascend #64

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
Walk over a tile with an object and a staircase. Tap the hero to do the
default action. You will go up or down the stairs instead of picking up the
object(s).

What is the expected output? What do you see instead?
Should do pickup instead of using the stairs.

What version of the product are you using? On what operating system?
1.1-beta1

Original issue reported on code.google.com by steve...@gmail.com on 16 Aug 2009 at 4:52

GoogleCodeExporter commented 8 years ago
Currently patching some NetHack core issues, will probably include a patch for 
this
if possible.

Original comment by din...@gmail.com on 19 Aug 2009 at 8:00

GoogleCodeExporter commented 8 years ago
Change click priorities in r184. This means that you have to remove any objects 
from
the stairs if you want to use them ...

The cleaner solution would be to ask, might try that later.

Original comment by din...@gmail.com on 19 Aug 2009 at 2:00

GoogleCodeExporter commented 8 years ago
In r185 you get asked "There are objects here. Still climb?"

You can answer
'y' to climb,
'n' to pickup,
'q' to cancel

Please test that in the next beta.

Original comment by din...@gmail.com on 19 Aug 2009 at 3:11

GoogleCodeExporter commented 8 years ago
Looks good in beta4

Original comment by steve...@gmail.com on 26 Aug 2009 at 9:39

GoogleCodeExporter commented 8 years ago
I've changed it slightly for the next beta:

You can answer
'y' to climb,
',' to pickup,
'q' to cancel

Original comment by din...@gmail.com on 27 Aug 2009 at 8:05