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:
@@ -347,7 +347,7 @@ priestname(
|
|||||||
; /* polymorphed priest; use ``what'' as is */
|
; /* polymorphed priest; use ``what'' as is */
|
||||||
} else {
|
} else {
|
||||||
if (high_priest)
|
if (high_priest)
|
||||||
Strcat(pname, "high ");
|
Strcat(pname, Hallucination ? "grand " : "high ");
|
||||||
if (Hallucination)
|
if (Hallucination)
|
||||||
what = "poohbah";
|
what = "poohbah";
|
||||||
else if (mon->female)
|
else if (mon->female)
|
||||||
|
|||||||
Reference in New Issue
Block a user