Delphi follow-up 2 (trunk only)
oops, Pat pointed out that I altered the logic.
This commit is contained in:
+7
-5
@@ -1868,12 +1868,14 @@ register boolean newlev;
|
|||||||
{
|
{
|
||||||
struct monst *oracle = monstinroom(&mons[PM_ORACLE],
|
struct monst *oracle = monstinroom(&mons[PM_ORACLE],
|
||||||
roomno);
|
roomno);
|
||||||
if (oracle && !oracle->mpeaceful)
|
if (oracle) {
|
||||||
verbalize("You're in Delphi, %s.",
|
if (!oracle->mpeaceful)
|
||||||
plname);
|
verbalize("You're in Delphi, %s.",
|
||||||
else
|
plname);
|
||||||
verbalize("%s, %s, welcome to Delphi!",
|
else
|
||||||
|
verbalize("%s, %s, welcome to Delphi!",
|
||||||
Hello((struct monst *) 0), plname);
|
Hello((struct monst *) 0), plname);
|
||||||
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case TEMPLE:
|
case TEMPLE:
|
||||||
|
|||||||
Reference in New Issue
Block a user