1
0
Fork 0
mirror of https://codeberg.org/noisytoot/notnotdnethack.git synced 2025-08-13 16:11:41 +01:00

Fix a/an on scroll of ward message, remove extra 'ward' word.

This commit is contained in:
NeroOneTrueKing 2022-05-16 10:39:15 -05:00
parent 6a125aaa83
commit 1494ace5a5

View file

@ -2557,10 +2557,10 @@ struct obj *sobj;
altar_wrath(u.ux, u.uy);
break;
}
pline("The %s shifts beneath you,%sengraving a %s ward.",
pline("The %s shifts beneath you,%sengraving %s.",
surface(u.ux,u.uy),
engrHere ? " wiping away the existing engraving and " : " ",
wardDecode[sobj->oward]
an(wardDecode[sobj->oward])
);
known = TRUE;
del_engr_ward_at(u.ux,u.uy);