Difference between revisions of "Slithy"

From NetHackWiki
Jump to navigation Jump to search
m (Update to 3.6.0, update references)
Line 1: Line 1:
'''Slithy''', when applied to a monster, is explained in the code as meaning having a "serpent body",{{refsrc|monflag.h|93}} but is also used about unserpentine monsters such as [[jellyfish]] and [[shark]]s.
+
'''Slithy''', when applied to a monster, is explained in the code as meaning having a "serpent body",{{refsrc|monflag.h|89|version=NetHack 3.6.0}} but is also used about unserpentine monsters such as [[jellyfish]] and [[shark]]s.
  
Slithy monsters may not kick,{{refsrc|dokick.c|630}} nor may they jump through mundane means (the [[spellbook of jumping|spell]] works) {{refsrc|apply.c|1217}} or ride a [[steed]]{{refsrc|steed.c|230}}
+
Slithy monsters may not kick,{{refsrc|dokick.c|760|version=NetHack 3.6.0}} nor may they jump through mundane means (the [[spellbook of jumping|spell]] works) {{refsrc|apply.c|1498|version=NetHack 3.6.0}} or ride a [[steed]]{{refsrc|steed.c|221|version=NetHack 3.6.0}}
  
Having no feet, they cannot wear boots.{{refsrc|do_wear.c|1321}}{{refsrc|polyself.c|662}} A slithy monster which is medium-[[size]]d or smaller may move through [[iron bars]].{{refsrc|mondata.c|passes_bars}}
+
Having no feet, they cannot wear boots.{{refsrc|do_wear.c|1645|version=NetHack 3.6.0}}{{refsrc|polyself.c|944|version=NetHack 3.6.0}} A slithy monster which is medium-[[size]]d or smaller may move through [[iron bars]].{{refsrc|mondata.c|303|version=NetHack 3.6.0}}
  
 
==References==
 
==References==
Line 9: Line 9:
  
 
[[Category:Properties]]
 
[[Category:Properties]]
{{nethack-343}}
+
{{nethack-360}}

Revision as of 20:11, 19 December 2016

Slithy, when applied to a monster, is explained in the code as meaning having a "serpent body",[1] but is also used about unserpentine monsters such as jellyfish and sharks.

Slithy monsters may not kick,[2] nor may they jump through mundane means (the spell works) [3] or ride a steed[4]

Having no feet, they cannot wear boots.[5][6] A slithy monster which is medium-sized or smaller may move through iron bars.[7]

References

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

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

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