Difference between revisions of "You have a strange feeling for a moment then it passes"

From NetHackWiki
Jump to navigation Jump to search
m (Add category, minor changes)
(Ref. to src fn.)
 
Line 18: Line 18:
  
 
If you are hallucinating, the message will instead read '''"You have a normal feeling for a moment, then it passes."'''
 
If you are hallucinating, the message will instead read '''"You have a normal feeling for a moment, then it passes."'''
 +
 +
The message output is generated by a call to the function strange_feeling() in potion.c.{{refsrc|src/potion.c|1151|nethack=3.6.1|comment=The function strange_feeling()}}
  
 
{{nethack-361}}
 
{{nethack-361}}
 
[[Category:Messages]]
 
[[Category:Messages]]
 +
 +
==References==
 +
<references/>

Latest revision as of 23:02, 25 April 2022

You have a strange feeling for a moment, then it passes.

This message is produced by reading any of five scrolls or drinking either of two potions while you are a beginner:

This message is also produced for the corresponding spells.

Furthermore, the message also be produced by:

  • Curing temporary blindness while polymorphed into a form without eyes.
  • Being inflicted with temporary blindness while polymorphed into a form without eyes and wearing The Eyes of the Overworld.

If you are hallucinating, the message will instead read "You have a normal feeling for a moment, then it passes."

The message output is generated by a call to the function strange_feeling() in potion.c.[1]


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

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

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

References

  1. src/potion.c in NetHack 3.6.1, line 1151: The function strange_feeling()