summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-rw-r--r--npc/000-2-1/dan.txt2
-rw-r--r--npc/000-2-1/q'onan.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/000-2-1/dan.txt b/npc/000-2-1/dan.txt
index 69705b49..e9b93073 100644
--- a/npc/000-2-1/dan.txt
+++ b/npc/000-2-1/dan.txt
@@ -8,7 +8,7 @@
000-2-1.gat, 22,31,0,1 script Dan 101;2,{
mesn;
- set @q, rand(2);
+ set @q, rand(3);
if (@q == 0) goto l_QuestStory;
mesq l("You see these Pious around?");
diff --git a/npc/000-2-1/q'onan.txt b/npc/000-2-1/q'onan.txt
index f795b2cf..a57024a7 100644
--- a/npc/000-2-1/q'onan.txt
+++ b/npc/000-2-1/q'onan.txt
@@ -8,7 +8,7 @@
mesn;
- set @q, rand(1);
+ set @q, rand(2);
if (@q == 0) goto l_Zzz;
mesq l("Rrrr... Pchhhh...");