Difference between revisions of "Mindless"

From NetHackWiki
Jump to navigation Jump to search
(Effects)
m (List of mindless monsters: Skeletons)
 
(One intermediate revision by one other user not shown)
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|56|nethack=3.6.0}} 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 [[mind flayer]]s.
  
 
==Effects==
 
==Effects==
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".
+
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 mind flayers.{{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&mdash;"no such thing as mindless players". Mindless monsters that are also [[breathless]] can safely wear an [[amulet of strangulation]].
  
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}}
+
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 21: Line 21:
 
* [[Pudding]]s
 
* [[Pudding]]s
 
* [[Zombie]]s
 
* [[Zombie]]s
 +
* [[Skeleton]]s
 
* [[Golem]]s
 
* [[Golem]]s
  

Latest revision as of 18:45, 3 June 2021

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. 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 mind flayers.

Effects

Mindless monsters cannot be detected by telepathy.[2] They are also unaffected by the brain-eating attacks of mind flayers.[3][4] This protection does not extend to players polymorphed into normally mindless forms—"no such thing as mindless players". Mindless monsters that are also breathless can safely wear an amulet of strangulation.

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.