1
0
Fork 0
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:
ChrisANG 2021-05-31 21:21:40 -04:00
parent f22bd2e168
commit 2630283423

View file

@ -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);