mirror of
https://codeberg.org/noisytoot/notnotdnethack.git
synced 2025-08-12 23:51:38 +01:00
Fix bad grammar on a clear thoughts/minor madness message.
This commit is contained in:
parent
f22bd2e168
commit
2630283423
1 changed files with 1 additions and 1 deletions
|
@ -1342,7 +1342,7 @@ boolean check;
|
|||
break;
|
||||
case 5:
|
||||
if(ClearThoughts)
|
||||
You_feel("a little fainting.");
|
||||
You_feel("a little faint.");
|
||||
else
|
||||
You(Hallucination ? "have a case of the vapors!" : "feel faint!");
|
||||
HFaintingFits = 1+rnd((Insanity)/10+1)+rnd((Insanity)/10+1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue