summaryrefslogtreecommitdiff
path: root/npc/018-6-0/main.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/018-6-0/main.txt')
-rw-r--r--npc/018-6-0/main.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/npc/018-6-0/main.txt b/npc/018-6-0/main.txt
index 8ea6a6644..25fe3d288 100644
--- a/npc/018-6-0/main.txt
+++ b/npc/018-6-0/main.txt
@@ -84,8 +84,11 @@ OnTouch:
mesc l("@@ You need to wait further releases to continue this quest!", b(l("WARNING:"))), 1;
close;
}
- // Execute the warp
- warp BarbaraInstCheck(3), 31, 151;
+ // Execute the warp (randomly)
+ if (any(true,false))
+ warp BarbaraInstCheck(3), 31, 151;
+ else
+ warp BarbaraInstCheck(3), 145, 26;
end;