replace a couple of tabs

This commit is contained in:
nhmall
2023-03-06 15:42:53 -05:00
parent 436e2617c7
commit 57fceb0112
2 changed files with 2 additions and 2 deletions

View File

@@ -1342,7 +1342,7 @@ engrave(void)
gc.context.engraving.nextc = endc;
if (neweng) {
newsym(gc.context.engraving.pos.x, gc.context.engraving.pos.y);
}
}
return 1; /* not yet finished this turn */
} else { /* finished engraving */
/* actions that happen after the engraving is finished go here */

View File

@@ -786,7 +786,7 @@ costly_alteration(struct obj *obj, int alter_type)
set_bknown(obj, 1);
if (shkp) {
SetVoice(shkp, 0, 80, 0);
}
}
verbalize("You %s %s %s, you pay for %s!",
alteration_verbs[alter_type], those, simpleonames(obj),
them);