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. Another try.
This commit is contained in:
@@ -289,11 +289,13 @@ drinkfountain()
|
|||||||
|
|
||||||
case 25: /* See invisible */
|
case 25: /* See invisible */
|
||||||
|
|
||||||
if (Blind && Invisible) {
|
if (Blind) {
|
||||||
You("feel very self-conscious.");
|
if (Invisible) {
|
||||||
pline("Then it passes.");
|
You("feel transparent.");
|
||||||
} else if (Invisible) { /* but not Blind */
|
} else {
|
||||||
You("feel transparent.");
|
You("feel very self-conscious.");
|
||||||
|
pline("Then it passes.");
|
||||||
|
}
|
||||||
} else {
|
} else {
|
||||||
You("see an image of someone stalking you.");
|
You("see an image of someone stalking you.");
|
||||||
pline("But it disappears.");
|
pline("But it disappears.");
|
||||||
|
|||||||
Reference in New Issue
Block a user