]> granicus.if.org Git - nethack/commit
Using 'P' to put on armour or 'W' to wear a ring
authornethack.allison <nethack.allison>
Sat, 25 Jan 2003 18:41:25 +0000 (18:41 +0000)
committernethack.allison <nethack.allison>
Sat, 25 Jan 2003 18:41:25 +0000 (18:41 +0000)
commitbd0541679aa38a92fef8dbbc0d21745bf8fd0b76
treedffa9d3f21c31ca31c563283b6c64955a22422a7
parent8b8d98f122599f8e18469dad187f24e74456f7d9
Using 'P' to put on armour or 'W' to wear a ring
resulted in "That is a silly thing to [put on | wear]".

But those two cases really aren't so "silly", so adjust
the messages to better explain why the game objected
to the action and point new players at the appropriate
command.

Also adds a cmdassist message for the case where
'R' or 'T' have no appropriate items to point
new players to the correct command. (That can be
turned off with !cmdassist, of course.)

Also adds a const to a recent shade patch by request.
doc/fixes34.1
src/do_wear.c
src/invent.c
src/uhitm.c