diff --git a/src/fountain.c b/src/fountain.c index 63effbe7a..2be456d3a 100644 --- a/src/fountain.c +++ b/src/fountain.c @@ -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.");