Difference between revisions of "Amorphous"

From NetHackWiki
Jump to navigation Jump to search
m (y --> light)
m (Text replace - "<ref> *{{ *sourcecode *\| *([a-zA-Z_][a-zA-Z0-9_]*\.[ch]) *\| *([0-9][0-9]) *}} *<\/ref>" to "{{refsrc|$1|$2}}")
Line 29: Line 29:
 
== Internals ==
 
== Internals ==
  
Amorphous monsters are identified by the macro '''amorphous(ptr)''', which checks for the flag '''M1_AMORPHOUS'''.<ref>{{sourcecode|mondata.h|34}}</ref>
+
Amorphous monsters are identified by the macro '''amorphous(ptr)''', which checks for the flag '''M1_AMORPHOUS'''.{{refsrc|mondata.h|34}}
  
 
== References ==
 
== References ==

Revision as of 18:48, 21 September 2012

Some monsters are considered amorphous, meaning they have no fixed shape or form.

Among other effects, amorphous monsters cannot be caught in bear traps.

List of amorphous monsters

The following monsters are amorphous:

Internals

Amorphous monsters are identified by the macro amorphous(ptr), which checks for the flag M1_AMORPHOUS.[1]

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.