buglist: desacrated temples and blindness.
> When I enter a desacrated temple, sometimes an enormous ghost > appears next to me: > You have an eerie feeling... An enormous ghost appears next to > you! > You are frightened to death, and unable to move. > You regain your composure. When I don't have telepathy, and don a > blindfold first, I get the same messages: > You are now wearing a blindfold. You can't see any more. > You have an eerie feeling... An enormous ghost appears next to > you! > You are frightened to death, and unable to move. > You regain your composure. Why does the ghost scare me if I > cannot even see it? How do I notice it appear? > [<Someone>]
This commit is contained in:
@@ -377,7 +377,9 @@ register int roomno;
|
||||
|
||||
if(!(mtmp = makemon(&mons[PM_GHOST],u.ux,u.uy,NO_MM_FLAGS)))
|
||||
return;
|
||||
pline("An enormous ghost appears next to you!");
|
||||
if (!Blind || sensemon(mtmp))
|
||||
pline("An enormous ghost appears next to you!");
|
||||
else You("sense a presence close by!");
|
||||
mtmp->mpeaceful = 0;
|
||||
set_malign(mtmp);
|
||||
if(flags.verbose)
|
||||
|
||||
Reference in New Issue
Block a user