Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 36509f0

Browse files
committedMar 9, 2025·
Fix: one piece of archfiend dialogue used "you" pronoun
I edited the rest of their dialogue to use "thou" during the changes to bribing in 8.0, but the "You bring me no tribute?" line wasn't touched by those changes. Edit this line to be consistent.
1 parent af58e6c commit 36509f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/minion.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ demon_talk(struct monst *mtmp)
498498
else if (items_given == 0 && (cash == 0 || gm.multi < 0)) {
499499
/* you have no gold or can't move */
500500
pline("%s roars:", Amonnam(mtmp));
501-
verbalize("You bring me no tribute? Then you must die!");
501+
verbalize("Thou bringest me no tribute? Then thou shalt die!");
502502
mtmp->mpeaceful = 0;
503503
set_malign(mtmp);
504504
newsym(mtmp->mx, mtmp->my);

0 commit comments

Comments
 (0)
Please sign in to comment.