Use more u_locomotion
... and make it autocapitalize the first letter, just like locomotion
This commit is contained in:
@@ -507,7 +507,7 @@ dismount_steed(
|
||||
case DISMOUNT_THROWN:
|
||||
case DISMOUNT_FELL:
|
||||
verb = (reason == DISMOUNT_THROWN) ? "are thrown"
|
||||
: ulev ? "float" : ufly ? "fly" : "fall";
|
||||
: u_locomotion("fall");
|
||||
You("%s off of %s!", verb, mon_nam(mtmp));
|
||||
if (!have_spot)
|
||||
have_spot = landing_spot(&cc, reason, 1);
|
||||
|
||||
Reference in New Issue
Block a user