Add new command: #retravel

Retravel travels to the previously selected destination.

Also changes the travel-via-mouse to execute the extended command
instead of faking a special key.
This commit is contained in:
Pasi Kallinen
2021-07-21 10:55:14 +03:00
parent 76bb205367
commit 433f0cc15f
4 changed files with 37 additions and 19 deletions

View File

@@ -1432,6 +1432,10 @@ is on.
.lp "#remove "
Remove an accessory (ring, amulet, etc).
Default key is \(oqR\(cq.
.lp "#retravel"
Travel to a previously selected travel destination.
Default key is \(oqC-_\(cq.
See also #travel.
.lp "#ride "
Ride (or stop riding) a saddled creature.
Autocompletes.
@@ -1557,6 +1561,7 @@ When picking a target with cursor and the
.op autodescribe
option is on, the top line will show \(lq(no travel path)\(rq if
your character does not know of a path to that location.
See also #retravel.
.lp "#turn "
Turn undead away.
Autocompletes.

View File

@@ -570,6 +570,7 @@ defer encumbrance check during polymorph to new man; newman() -> redist_attr()
became obsolete if polyman() subsequently restored old attributes
fix heap-use-after-free when attacking monster with potion
for "a" vs "an", add ukulele and uke as exceptions for "an u<anything>"
add new extended command #retravel
Fixes to 3.7.0-x Problems that Were Exposed Via git Repository