Difference between revisions of "Ulch!"

From NetHackWiki
Jump to navigation Jump to search
m (Text replace - "<ref> *\[\[([a-zA-Z][a-zA-Z]*\.c)#[Ll]ine([0-9][0-9]*)\]\] *<\/ref>" to "{{refsrc|$1|$2}}")
m (correct capitalization)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
'''"Ulch!"''' is an expression of revulsion that is seen in a few circumstances:
 
'''"Ulch!"''' is an expression of revulsion that is seen in a few circumstances:
*Eating a [[tainted]] corpse: '''"Ulch - That <food type> was tainted!"'''{{refsrc|Eat.c|1260}}
+
*Eating a [[tainted]] corpse: '''"Ulch - that <food type> was tainted!"'''{{refsrc|src/eat.c|1619|version=NetHack 3.6.6}}
*Eating a [[rustproof]] item while a [[rust monster]]: '''"Ulch - That <item> was rustproofed!"'''{{refsrc|Eat.c|1917}}
+
*Eating a [[rustproof]] item while a [[rust monster]]: '''"Ulch - that <item> was rustproofed!"'''{{refsrc|src/eat.c|2500|version=NetHack 3.6.6}}
*Quaffing a [[cursed]] [[potion of gain ability]]: '''"Ulch!  That potion tasted foul!"'''{{refsrc|Potion.c|710}}
+
*Quaffing a [[cursed]] [[potion of gain ability]]: '''"Ulch!  That potion tasted foul!"'''{{refsrc|src/potion.c|917|version=NetHack 3.6.6}}
*Quaffing a [[cursed]] [[potion of restore ability]]: '''"Ulch!  This makes you feel mediocre!"'''{{refsrc|Potion.c|422}}
+
*Quaffing a [[cursed]] [[potion of restore ability]]: '''"Ulch!  This makes you feel mediocre!"'''{{refsrc|src/potion.c|600|version=NetHack 3.6.6}}
*Inhaling [[vapors]] from either of the above: '''"Ulch!  That potion smells terrible!"'''{{refsrc|Potion.c|1192}}
+
*Inhaling [[vapors]] from either of the above: '''"Ulch!  That potion smells terrible!"'''{{refsrc|src/potion.c|1629|version=NetHack 3.6.6}}
 +
*A false [[rumor]]: '''"Ulch!  That meat was painted!"'''{{refsrc|dat/rumors.fal|361|version=NetHack 3.6.6}}
  
 
==References==
 
==References==
Line 10: Line 11:
  
 
[[Category:Messages]]
 
[[Category:Messages]]
 +
{{nethack-366}}

Latest revision as of 03:10, 15 July 2021

"Ulch!" is an expression of revulsion that is seen in a few circumstances:

References