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:
+1
-1
@@ -129,7 +129,7 @@ boolean talk;
|
|||||||
if (mon) {
|
if (mon) {
|
||||||
if (talk) {
|
if (talk) {
|
||||||
pline_The("voice of %s booms:", align_gname(alignment));
|
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)
|
if (!Blind)
|
||||||
pline("%s appears before you.", Amonnam(mon));
|
pline("%s appears before you.", Amonnam(mon));
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -219,7 +219,7 @@ dosit()
|
|||||||
case 8:
|
case 8:
|
||||||
/* Magical voice not affected by deafness */
|
/* Magical voice not affected by deafness */
|
||||||
pline("A voice echoes:");
|
pline("A voice echoes:");
|
||||||
verbalize("By thy Imperious order, %s...",
|
verbalize("By thine Imperious order, %s...",
|
||||||
flags.female ? "Dame" : "Sire");
|
flags.female ? "Dame" : "Sire");
|
||||||
do_genocide(5); /* REALLY|ONTHRONE, see do_genocide() */
|
do_genocide(5); /* REALLY|ONTHRONE, see do_genocide() */
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user