Difference between revisions of "Parrot"

From NetHackWiki
Jump to navigation Jump to search
Line 19: Line 19:
 
  |reference=[[SLASH'EM_0.0.7E7F2/monst.c#line362]]
 
  |reference=[[SLASH'EM_0.0.7E7F2/monst.c#line362]]
 
}}
 
}}
A parrot is a monster introduced in [[SLASH'EM]].  It can be tamed with [[vegan]] food, and is slightly better in combat than a [[large dog]].  Due to what may be an oversight, it does not fly: do not displace it into water or lava!
+
A parrot is a monster introduced in [[SLASH'EM]].  It can be tamed with [[vegan]] food. It is slightly better in combat than a [[large dog]], but cannot be [[growing up|reared from a smaller form]].  Due to what may be an oversight, it does not fly: do not displace it into water or lava!
  
 
==Sounds==
 
==Sounds==
Parrots (as well as [[cockatoo]]s have some interesting things to say.  Chatting with them produces one of the following messages:
+
Parrots (as well as [[cockatoo]]s) have some interesting things to say.  Chatting with them produces one of the following messages:
  
 
  <monster> squaarks louldly!<ref>It is misspelled in the source code, see [[SLASH'EM 0.0.7E7F2/sounds.c#line664]]</ref>
 
  <monster> squaarks louldly!<ref>It is misspelled in the source code, see [[SLASH'EM 0.0.7E7F2/sounds.c#line664]]</ref>

Revision as of 04:50, 27 November 2010

A parrot is a monster introduced in SLASH'EM. It can be tamed with vegan food. It is slightly better in combat than a large dog, but cannot be reared from a smaller form. Due to what may be an oversight, it does not fly: do not displace it into water or lava!

Sounds

Parrots (as well as cockatoos) have some interesting things to say. Chatting with them produces one of the following messages:

<monster> squaarks louldly![1]
<monster> says 'Polly want a lembas wafer!'
<monster> says 'Nobody expects the Spanish Inquisition!'
<monster> says 'Who's a good boy, then?'
<monster> says 'Show us yer knickers!'
<monster> says 'You'll never make it!'
<monster> whistles suggestively!
<monster> says 'What sort of a sword do you call that!'


  1. It is misspelled in the source code, see SLASH'EM 0.0.7E7F2/sounds.c#line664