Difference between revisions of "Ulch!"

From NetHackWiki
Jump to navigation Jump to search
(rustproof, code refs)
m (correct capitalization)
 
(5 intermediate revisions by 5 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!"'''<ref>[[Eat.c#line1260]]</ref>
+
*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!"'''<ref>[[Eat.c#line1917]]</ref>
+
*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!"'''<ref>[[Potion.c#line710]]</ref>
+
*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!"'''<ref>[[Potion.c#line422]]</ref>
+
*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!"'''<ref>[[Potion.c#line1192]]</ref>
+
*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==
 
<references />
 
<references />
 +
 +
[[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