Difference between revisions of "Mindless"

From NetHackWiki
Jump to navigation Jump to search
(Change all refs to 3.6.0. Mark as 3.6.0. No aspect of mindless seems to have changed.)
Line 1: Line 1:
  
 
{{todo|Please confirm or debunk that mindless monsters with items in their inventory will (sometimes?) drop them ([[steal.c#line587]]), and that they may not equip armor ([[worn.c#line372]]).}}
 
{{todo|Please confirm or debunk that mindless monsters with items in their inventory will (sometimes?) drop them ([[steal.c#line587]]), and that they may not equip armor ([[worn.c#line372]]).}}
A '''mindless''' monster does not have a mind (syntactical!). Mindlessness is identified by the macro '''mindless(ptr)''',{{refsrc|mondata.h|57}} which checks for the flag '''M1_MINDLESS''' in [[monst.c]].
+
A '''mindless''' monster does not have a mind (syntactical!). Mindlessness is identified by the macro '''mindless(ptr)''',{{refsrc|mondata.h|56|nethack=3.6.0}} which checks for the flag '''M1_MINDLESS''' in [[monst.c]].
  
 
Take heed to discern between mindless monsters and [[brainlessness]], a state attainable by unfortunate players not keeping their distance from mindflayers.
 
Take heed to discern between mindless monsters and [[brainlessness]], a state attainable by unfortunate players not keeping their distance from mindflayers.
  
 
==Effects==
 
==Effects==
Mindless monsters cannot be detected by [[telepathy]].{{refsrc|display.h|28}} They are also unaffected by the brain-eating attacks of ([[master mind flayer|master]]) [[mind flayer]]s.{{refsrc|mhitm.c|1097}}{{refsrc|uhitm.c|1548}}
+
Mindless monsters cannot be detected by [[telepathy]].{{refsrc|display.h|33|nethack=3.6.0}} They are also unaffected by the brain-eating attacks of ([[master mind flayer|master]]) [[mind flayer]]s.{{refsrc|eat.c|508|nethack=3.6.0}}}{{refsrc|eat.c|572|nethack=3.6.0}}}. This protection does not extend to players polymorphed into normally mindless forms - "no such thing as mindless players".
  
Further, mindless monsters are incapable of using items; that is, [[scroll]]s, [[wand]]s, [[potion]]s and [[horn]]s.{{refsrc|muse.c|263}}{{refsrc|muse.c|976}}
+
Further, mindless monsters are incapable of using items; that is, [[scroll]]s, [[wand]]s, [[potion]]s and [[horn]]s.{{refsrc|muse.c|278|nethack=3.6.0}}{{refsrc|muse.c|1073|nethack=3.6.0}}
  
 
==List of mindless monsters==
 
==List of mindless monsters==
Line 25: Line 25:
 
==References==
 
==References==
 
<references />
 
<references />
{{nethack-343}}
+
{{nethack-360}}

Revision as of 15:11, 6 January 2016

A user has suggested improving this page or section as follows:

"Please confirm or debunk that mindless monsters with items in their inventory will (sometimes?) drop them (steal.c#line587), and that they may not equip armor (worn.c#line372)."

A mindless monster does not have a mind (syntactical!). Mindlessness is identified by the macro mindless(ptr),[1] which checks for the flag M1_MINDLESS in monst.c.

Take heed to discern between mindless monsters and brainlessness, a state attainable by unfortunate players not keeping their distance from mindflayers.

Effects

Mindless monsters cannot be detected by telepathy.[2] They are also unaffected by the brain-eating attacks of (master) mind flayers.[3]}[4]}. This protection does not extend to players polymorphed into normally mindless forms - "no such thing as mindless players".

Further, mindless monsters are incapable of using items; that is, scrolls, wands, potions and horns.[5][6]

List of mindless monsters

References

This page may need to be updated for the current version of NetHack.

It may contain text specific to NetHack 3.6.0. Information on this page may be out of date.

Editors: After reviewing this page and making necessary edits, please change the {{nethack-360}} tag to the current version's tag or {{noversion}} as appropriate.