This commit is contained in:
klorpa
2024-08-31 15:28:42 -05:00
parent 8e85561725
commit 02c4147893
10 changed files with 12 additions and 12 deletions

View File

@@ -1060,7 +1060,7 @@ minimal_xname(struct obj *obj)
bareobj.spe = obj->spe;
bufp = distant_name(&bareobj, xname);
/* undo forced setting of bareobj.blessed for cleric (preist[ess]);
/* undo forced setting of bareobj.blessed for cleric (priest[ess]);
bufp is an obuf[] so a pointer into the middle of that is viable */
if (!strncmp(bufp, "uncursed ", 9))
bufp += 9;