diff options
Diffstat (limited to 'npc/001-6')
-rw-r--r-- | npc/001-6/warp.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/001-6/warp.txt b/npc/001-6/warp.txt index ceb19c8d8..b0e387911 100644 --- a/npc/001-6/warp.txt +++ b/npc/001-6/warp.txt @@ -18,8 +18,8 @@ OnTouch: OnWarper: @SorenWarpOnline=0; - if (isin("001-6", 159, 157, 159, 157)) { - if (!ispcdead()) + if (isin("001-6", 159, 157, 159, 157) && !ispcdead()) { + compareandsetq HurnscaldQuest_Celestia, 2, 3; warp "soren", 179, 76; } else { dispbottom l("Failed to warp to Soren Village."); |