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
+1 -1
View File
@@ -1807,7 +1807,7 @@ namefloorobj(void)
}
if (!obj) {
/* "under you" is safe here since there's no object to hide under */
pline("There doesn't seem to be any object %s.",
There("doesn't seem to be any object %s.",
u_at(cc.x, cc.y) ? "under you" : "there");
return;
}