Difference between revisions of "Human (monster attribute)"

From NetHackWiki
Jump to navigation Jump to search
(New page: {{otheruses|the monster attribute|other uses of Human|Human}} '''Human''' is a monster attribute that indicates that a monster should be considered "human". It is defined as the ma...)
 
(Killing humans is murder, no matter what your race.)
Line 3: Line 3:
  
 
*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 (race)|human player]]<ref>{{sourcecode|eat.c|442}}</ref>.
*Whether [[kill]]ing a monster is [[murder]] for a human player<ref>{{sourcecode|mon.c|1855}}</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.
 
*The outcome of an attempt to [[tame]] a monster - human monsters cannot be tamed<ref>{{sourcecode|dog.c|803}}</ref>.
 
*The outcome of an attempt to [[tame]] a monster - human monsters cannot be tamed<ref>{{sourcecode|dog.c|803}}</ref>.
 
*The monster a randomly generated [[figurine]] is for<ref>{{sourcecode|mkobj.c|507}}</ref>. Figurines of human monsters are (almost?) never generated.
 
*The monster a randomly generated [[figurine]] is for<ref>{{sourcecode|mkobj.c|507}}</ref>. Figurines of human monsters are (almost?) never generated.

Revision as of 00:50, 11 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.