Difference between revisions of "Human (monster attribute)"

From NetHackWiki
Jump to navigation Jump to search
(Killing humans is murder, no matter what your race.)
m (link corpse; reorder to flow better.)
Line 7: Line 7:
 
*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.
*What to give when [[wish]]ing for the corpses of [[quest guardian]]s<ref>{{sourcecode|objnam.c|2560}}</ref>
+
*What to give when [[wish]]ing for a figurine - wishing for a human monster gives a random figurine<ref>{{sourcecode|objnam.c|2567}}</ref>.
*What to give when wishing for a figurine - wishing for a human monster gives a random figurine<ref>{{sourcecode|objnam.c|2567}}</ref>.
+
*What to give when wishing for the [[corpse]]s of [[quest guardian]]s<ref>{{sourcecode|objnam.c|2560}}</ref>
 
*What responses to use when [[chat]]ting with other [[role]]s' quest guardians<ref>{{sourcecode|sounds.c|439}}</ref> (possibly created by [[reverse genocide]] or found in [[bones]]).
 
*What responses to use when [[chat]]ting with other [[role]]s' quest guardians<ref>{{sourcecode|sounds.c|439}}</ref> (possibly created by [[reverse genocide]] or found in [[bones]]).
 
*Whether a new form is appropriate when a monster is [[polymorphing]] <ref>{{sourcecode|mon.c|2408}}</ref>
 
*Whether a new form is appropriate when a monster is [[polymorphing]] <ref>{{sourcecode|mon.c|2408}}</ref>

Revision as of 01:27, 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.