Use more u_locomotion

... and make it autocapitalize the first letter, just like locomotion
This commit is contained in:
Pasi Kallinen
2022-02-27 11:06:41 +02:00
parent 9e666b75f6
commit 1d4d0f4b0e
6 changed files with 17 additions and 23 deletions

View File

@@ -2806,7 +2806,7 @@ monstone(struct monst* mdef)
if (wasinside) {
if (is_animal(mdef->data))
You("%s through an opening in the new %s.",
locomotion(g.youmonst.data, "jump"), xname(otmp));
u_locomotion("jump"), xname(otmp));
}
}