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

From NetHackWiki
Jump to navigation Jump to search
(Ref. to src fn.)
 
(5 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 
'''You have a strange feeling for a moment, then it passes.'''
 
'''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:
+
:This message is produced by reading any of five scrolls or drinking either of two potions while you are a [[beginner]]:
*[[scroll]]
+
*[[scroll]]s
 
**[[scroll of destroy armor]] - if you are not wearing any armor.
 
**[[scroll of destroy armor]] - if you are not wearing any armor.
 
**[[scroll of enchant armor]] - if you are not wearing any armor.
 
**[[scroll of enchant armor]] - if you are not wearing any armor.
 
**[[scroll of enchant weapon]] - if you are not wielding a weapon.
 
**[[scroll of enchant weapon]] - if you are not wielding a weapon.
**[[scroll of food detection]] - if there is no food on the level.
+
**[[scroll of food detection]] - if there is no food on the level if blessed/uncursed or potions if cursed and/or confused.
**[[scroll of gold detection]] - if there is no gold on the level.
+
**[[scroll of gold detection]] - if there is no gold on the level if blessed/uncursed or traps if cursed and/or confused.
*[[potion]]
+
*[[potion]]s
 
**[[potion of object detection]] - if there are no objects on the level.
 
**[[potion of object detection]] - if there are no objects on the level.
 
**[[potion of monster detection]] - if there are no monsters on the level.
 
**[[potion of monster detection]] - if there are no monsters on the level.
 +
 +
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. <!-- potion.c#255 -->
 +
*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."'''
 
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}}
 +
[[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()