pull request #1158 - grand poohbah

Pull request from entrez:  when hallucinating, refer to a high
priest(ess) as grand poohbah rather than high poohbah.

Closes #1158
This commit is contained in:
PatR
2023-12-08 15:55:04 -08:00

View File

@@ -347,7 +347,7 @@ priestname(
; /* polymorphed priest; use ``what'' as is */
} else {
if (high_priest)
Strcat(pname, "high ");
Strcat(pname, Hallucination ? "grand " : "high ");
if (Hallucination)
what = "poohbah";
else if (mon->female)