diff options
Diffstat (limited to 'npc/004-1')
-rw-r--r-- | npc/004-1/anwar.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/004-1/anwar.txt b/npc/004-1/anwar.txt index 036131c6e..47ca64255 100644 --- a/npc/004-1/anwar.txt +++ b/npc/004-1/anwar.txt @@ -62,8 +62,8 @@ L_TryIt: next; setq2 TulimsharQuest_AnwarField, .@q2+1; - // Fail chances are 100% - 12% per attempt - if (rand(0,100) < 100-(.@q2*12)) { + // Fail chances are 100% - 13% per attempt + if (rand2(0,100) < 100-(.@q2*13)) { setq1 TulimsharQuest_AnwarField, 6; mesc l("Nothing happens."); next; |