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-12-08 15:54:07 -08:00
committed by PatR
parent c459630bf3
commit 07ee773a0b
+1 -1
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)