B04009 ftn msg when blind/!invis and gain see invis.

<Someone> writes:
Why do you "feel transparent" when you gain see invisible from a
fountain when blind and _not_ invisible? Transparency usually refers
to _being_ invisible.

Good point. I think this may have been what was intended, but it's
been like this for quite a while.
This commit is contained in:
nethack.allison
2002-07-14 18:04:59 +00:00
parent 19225335bf
commit 56634c4850

View File

@@ -289,13 +289,11 @@ drinkfountain()
case 25: /* See invisible */
if (Blind) {
if (Invisible) {
if (Blind && Invisible) {
You("feel very self-conscious.");
pline("Then it passes.");
} else {
} else if (Invisible) { /* but not Blind */
You("feel transparent.");
}
} else {
You("see an image of someone stalking you.");
pline("But it disappears.");