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 */
|
||||
} else {
|
||||
if (high_priest)
|
||||
Strcat(pname, "high ");
|
||||
Strcat(pname, Hallucination ? "grand " : "high ");
|
||||
if (Hallucination)
|
||||
what = "poohbah";
|
||||
else if (mon->female)
|
||||
|
||||
Reference in New Issue
Block a user