Call hallu high priest "grand poohbah", not "high"

"Grand poohbah" is a common term while "high poohbah" is not, and it
seems appropriate for hallucinogen-distorted high priests.  (It seems to
most commonly be spelled "grand poobah" but I left that alone; "poohbah"
seems like a decent compromise between that and the spelling of the
character's name in the Mikado).
This commit is contained in:
Michael Meyer
2023-11-30 14:17:08 -05:00
committed by PatR
parent c459630bf3
commit 07ee773a0b

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)