From 07ee773a0b4509c349782e4df34f5bc52df29a11 Mon Sep 17 00:00:00 2001 From: Michael Meyer Date: Thu, 30 Nov 2023 14:17:08 -0500 Subject: [PATCH] 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). --- src/priest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/priest.c b/src/priest.c index 21350e71b..ae55e5787 100644 --- a/src/priest.c +++ b/src/priest.c @@ -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)