Difference between revisions of "Human (monster attribute)"

From NetHackWiki
Jump to navigation Jump to search
m (link corpse; reorder to flow better.)
m (Link "Human (race)" -> "Human (starting race)" (both nonexistent as yet).)
Line 2: Line 2:
 
'''Human''' is a [[monster attribute]] that indicates that a [[monster]] should be considered "human". It is defined as the macro '''M2_HUMAN'''. This is used to determine the following things:
 
'''Human''' is a [[monster attribute]] that indicates that a [[monster]] should be considered "human". It is defined as the macro '''M2_HUMAN'''. This is used to determine the following things:
  
*Whether [[eat]]ing a monster is [[cannibalism]] for a [[human (race)|human player]]<ref>{{sourcecode|eat.c|442}}</ref>.
+
*Whether [[eat]]ing a monster is [[cannibalism]] for a [[human (starting race)|human player]]<ref>{{sourcecode|eat.c|442}}</ref>.
 
*Whether a [[sacrifice]] is of your own race for a human player<ref>{{sourcecode|pray.c|1167}}</ref>.
 
*Whether a [[sacrifice]] is of your own race for a human player<ref>{{sourcecode|pray.c|1167}}</ref>.
 
*Whether [[kill]]ing a monster is [[murder]]<ref>{{sourcecode|mon.c|1855}}</ref>. Killing humans (and only humans) generated [[peaceful]] is murder, no matter what your starting race.
 
*Whether [[kill]]ing a monster is [[murder]]<ref>{{sourcecode|mon.c|1855}}</ref>. Killing humans (and only humans) generated [[peaceful]] is murder, no matter what your starting race.

Revision as of 21:21, 13 June 2008

This article is about the monster attribute. For other uses of Human, see Human.

Human is a monster attribute that indicates that a monster should be considered "human". It is defined as the macro M2_HUMAN. This is used to determine the following things:

References

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

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

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