some pline()-like function usage

This commit is contained in:
nhmall
2023-03-08 19:12:52 -05:00
parent d9b43ce357
commit ecf74d5308
14 changed files with 26 additions and 26 deletions
+2 -2
View File
@@ -1183,7 +1183,7 @@ engrave(void)
if (gc.context.engraving.pos.x != u.ux
|| gc.context.engraving.pos.y != u.uy) { /* teleported? */
pline("You are unable to continue engraving.");
You("are unable to continue engraving.");
return 0;
}
/* Stylus might have been taken out of inventory and destroyed somehow.
@@ -1197,7 +1197,7 @@ engrave(void)
}
}
if (!stylus) {
pline("You are unable to continue engraving.");
You("are unable to continue engraving.");
return 0;
}
}