diff options
Diffstat (limited to 'npc/003-1')
-rw-r--r-- | npc/003-1/ship.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-1/ship.txt b/npc/003-1/ship.txt index 327db573f..5dd5b9479 100644 --- a/npc/003-1/ship.txt +++ b/npc/003-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; } |