From 3270b08d3bd921dcf817dd856e82a1f33de264df Mon Sep 17 00:00:00 2001 From: Reid Date: Wed, 12 Sep 2012 01:20:39 +0200 Subject: Update the value of rand() on q'onan and dan script. --- npc/000-2-1/dan.txt | 2 +- npc/000-2-1/q'onan.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'npc') 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..."); -- cgit v1.2.3-70-g09d2