M2_LORD

From NetHackWiki
Revision as of 19:33, 13 December 2022 by Darth l33t (talk | contribs) (Description: refsrc, see also)
Jump to navigation Jump to search

In NetHack, the M2_LORD monster flag (and the is_lord() macro that queries it) indicates that a monster is a "lord" to its kind. The following monsters are lords:

Description

Being a lord has the following effects:

See also

  • src/makemon.c in NetHack 3.6.6, line 518
  • src/mthrowu.c in NetHack 3.6.6, line 175
  • src/makemon.c in NetHack 3.6.6, line 332
  • src/pray.c in NetHack 3.6.6, line 1415