diff options
Diffstat (limited to 'npc/005-1/ship.txt')
-rw-r--r-- | npc/005-1/ship.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/005-1/ship.txt b/npc/005-1/ship.txt index 95394abaf..929d5a73c 100644 --- a/npc/005-1/ship.txt +++ b/npc/005-1/ship.txt @@ -11,7 +11,7 @@ OnTouch: goto L_Warp; L_Warp: - warp "002-3", 31, 28; + warp "002-3@"+LOCATION$, 31, 28; closedialog; close; } |