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".
This commit is contained in:
nethack.rankin
2005-11-03 03:44:56 +00:00
parent 3389c02126
commit 940a70d6ae
2 changed files with 2 additions and 2 deletions

View File

@@ -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;