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:
parent
6a125aaa83
commit
1494ace5a5
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue