diff options
Diffstat (limited to 'npc/004-1/anwar.txt')
-rw-r--r-- | npc/004-1/anwar.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/004-1/anwar.txt b/npc/004-1/anwar.txt index 4462fb1c4..857226f85 100644 --- a/npc/004-1/anwar.txt +++ b/npc/004-1/anwar.txt @@ -61,8 +61,8 @@ L_TryIt: next; setq2 TulimsharQuest_AnwarField, .@q2+1; - // Fail chances are 100% - 10% per attempt - if (rand(0,100) < 100-(.@q2*10)) { + // Fail chances are 100% - 12% per attempt + if (rand(0,100) < 100-(.@q2*12)) { setq1 TulimsharQuest_AnwarField, 6; mes col("Nothing happens.", 9); next; @@ -97,7 +97,7 @@ L_SecondTry: L_FirstReward: mesn; - mesq l("Here are two @@. Please deliver it to them. I'm hope they'll like it.", getitemlink(TortugaShell)); + mesq l("Here are two @@. Please deliver it to them. I hope they'll like it.", getitemlink(TortugaShell)); setq TulimsharQuest_AnwarField, 10, 0; getitembound(TortugaShell, 2, 4); // Prevent accidental item loss close; |