From 940a70d6aefb9e123179bffd800b4c15fcfd30e4 Mon Sep 17 00:00:00 2001 From: "nethack.rankin" Date: Thu, 3 Nov 2005 03:44:56 +0000 Subject: [PATCH] thy/thine usage According to the dictionary, "thine" is used in place of "thy" when preceding a word which starts with a vowel or "h". --- src/minion.c | 2 +- src/sit.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/minion.c b/src/minion.c index 9cb15926d..c2ca712fb 100644 --- a/src/minion.c +++ b/src/minion.c @@ -129,7 +129,7 @@ boolean talk; if (mon) { if (talk) { pline_The("voice of %s booms:", align_gname(alignment)); - verbalize("Thou shalt pay for thy indiscretion!"); + verbalize("Thou shalt pay for thine indiscretion!"); if (!Blind) pline("%s appears before you.", Amonnam(mon)); } diff --git a/src/sit.c b/src/sit.c index 8d4347258..be415f1bc 100644 --- a/src/sit.c +++ b/src/sit.c @@ -219,7 +219,7 @@ dosit() case 8: /* Magical voice not affected by deafness */ pline("A voice echoes:"); - verbalize("By thy Imperious order, %s...", + verbalize("By thine Imperious order, %s...", flags.female ? "Dame" : "Sire"); do_genocide(5); /* REALLY|ONTHRONE, see do_genocide() */ break;