Difference between revisions of "Remove"

From NetHackWiki
Jump to navigation Jump to search
(first draft)
 
(add a note about the paranoid_remove patch option)
Line 4: Line 4:
  
 
As well as being unable to remove an item if it is cursed, you are unable to remove a ring if you are wearing cursed [[glove]]s.
 
As well as being unable to remove an item if it is cursed, you are unable to remove a ring if you are wearing cursed [[glove]]s.
 +
 +
==Paranoid remove==
 +
 +
Normally, pressing [R] when you have only one accessory equipped will remove it without prompting.
 +
This can be fatal if, for example, you accidentally remove your [[ring of levitation]] over a body of water.
 +
 +
If you have the [http://bilious.homelinux.org/?show=44 paranoid quit] patch (as [[NAO]] does), and the option <code>paranoid_remove</code> is set, you will always be prompted.
  
 
==See also==
 
==See also==

Revision as of 04:12, 28 March 2008

The remove command is, by default, mapped to capital R: [R]

It is used to remove amulets, rings and eyewear. It is not used for taking off armor (see Take off).

As well as being unable to remove an item if it is cursed, you are unable to remove a ring if you are wearing cursed gloves.

Paranoid remove

Normally, pressing [R] when you have only one accessory equipped will remove it without prompting. This can be fatal if, for example, you accidentally remove your ring of levitation over a body of water.

If you have the paranoid quit patch (as NAO does), and the option paranoid_remove is set, you will always be prompted.

See also