Difference between revisions of "Parrot"

From NetHackWiki
Jump to navigation Jump to search
(Variants: - deslex)
m (SLASH'EM -> Source:SLASH'EM)
Line 24: Line 24:
 
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 [[Source:SLASH'EM 0.0.7E7F2/sounds.c#line664]]</ref>
 
  <monster> says 'Polly want a lembas wafer!'
 
  <monster> says 'Polly want a lembas wafer!'
 
  <monster> says 'Nobody expects the Spanish Inquisition!'
 
  <monster> says 'Nobody expects the Spanish Inquisition!'

Revision as of 15:05, 29 June 2024

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!'

Variants

The Pirate patch adds a parrot which flies, as a possible starting pet for the Pirate role.

References

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