Skip to content

Commit da5f1a0

Browse files
committed
clean up code
1 parent cec5571 commit da5f1a0

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

questport.lua

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,4 @@
1-
--Teleports your adventurer to the location of your quest log map cursor.
2-
--[====[
3-
4-
questport
5-
=========
6-
Teleports your adventurer to the location of your quest log map cursor.
7-
8-
Use by opening the quest log map and moving the cursor to your target location
9-
before running the script. Note that this can be done both within and outside of
10-
fast travel mode, and that it is possible to questport in situations where
11-
fast travel is normally prohibited.
12-
13-
It is currently not possible to questport into inaccessible locations like
14-
ocean and mountain tiles.
15-
16-
See `reveal-adv-map` if you wish to teleport into hidden map tiles.
17-
18-
]====]
19-
20-
local gui = require 'gui'
1+
local gui = require('gui')
212

223
local function processTravelNoArmy(advmode, advScreen, target_x, target_y)
234
advmode.travel_origin_x = target_x

0 commit comments

Comments
 (0)