Delphi follow-up 2 (trunk only)

oops, Pat pointed out that I altered the logic.
This commit is contained in:
nethack.allison
2006-05-12 01:59:56 +00:00
parent c220c858ba
commit 6f9da60b95

View File

@@ -1868,12 +1868,14 @@ register boolean newlev;
{
struct monst *oracle = monstinroom(&mons[PM_ORACLE],
roomno);
if (oracle && !oracle->mpeaceful)
verbalize("You're in Delphi, %s.",
plname);
else
verbalize("%s, %s, welcome to Delphi!",
if (oracle) {
if (!oracle->mpeaceful)
verbalize("You're in Delphi, %s.",
plname);
else
verbalize("%s, %s, welcome to Delphi!",
Hello((struct monst *) 0), plname);
}
break;
}
case TEMPLE: