From 3ea6a255439e05902adc8add099eb3556e08840a Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 30 Aug 2019 10:45:16 -0300 Subject: Raise Anwar Success Chance in relative 1%. Maximum fails went from 8.3 to 7.7 --- npc/004-1/anwar.txt | 4 ++-- 1 file 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; -- cgit v1.2.3-60-g2f50